Property | Type | Description | |
---|---|---|---|
_defaultValue | Expression | ||
_kind | ParameterKind |
Property | Type | Description | |
---|---|---|---|
FinishBind | |||
Init | void |
Method | Description | |
---|---|---|
Parameter ( string name ) : System.Collections.Generic | ||
Parameter ( string name, ParameterKind kind ) : System.Collections.Generic | ||
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void |
Method | Description | |
---|---|---|
FinishBind ( bool needsLocalsDictionary ) : |
||
Init ( List |
public Parameter ( string name ) : System.Collections.Generic | ||
name | string | |
return | System.Collections.Generic |
public Parameter ( string name, ParameterKind kind ) : System.Collections.Generic | ||
name | string | |
kind | ParameterKind | |
return | System.Collections.Generic |
public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void | ||
walker | IronPython.Compiler.Ast.PythonWalker | |
return | void |