Свойство | Тип | Описание | |
---|---|---|---|
_defaultValue | Expression | ||
_kind | ParameterKind |
Свойство | Тип | Описание | |
---|---|---|---|
FinishBind | |||
Init | void |
Метод | Описание | |
---|---|---|
Parameter ( string name ) : System.Collections.Generic | ||
Parameter ( string name, ParameterKind kind ) : System.Collections.Generic | ||
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void |
Метод | Описание | |
---|---|---|
FinishBind ( bool needsLocalsDictionary ) : |
||
Init ( List |
public Parameter ( string name ) : System.Collections.Generic | ||
name | string | |
Результат | System.Collections.Generic |
public Parameter ( string name, ParameterKind kind ) : System.Collections.Generic | ||
name | string | |
kind | ParameterKind | |
Результат | System.Collections.Generic |
public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void | ||
walker | IronPython.Compiler.Ast.PythonWalker | |
Результат | void |