FunctionDeclare {SMRUCC.Rsharp.Development} | .NET clr documentation |
# namespace SMRUCC.Rsharp.Development
export class FunctionDeclare {
name: string;
parameters: NamedValue[];
sourceMap: StackFrame;
}
parameters
: NamedValuesourceMap
: StackFrame