Метод | Описание | |
---|---|---|
GetGlobalSymbols ( this container ) : IEnumerable |
||
GetLocalSymbols ( this container ) : IEnumerable |
||
GetLocalSymbols ( this container, IEnumerable |
||
GetSymbols ( this container ) : IEnumerable |
||
IsAssigned ( this container, SymbolExpression symbol ) : System.Boolean |
public static GetGlobalSymbols ( this container ) : IEnumerable |
||
container | this | |
Результат | IEnumerable |
public static GetLocalSymbols ( this container ) : IEnumerable |
||
container | this | |
Результат | IEnumerable |
public static GetLocalSymbols ( this container, IEnumerable |
||
container | this | |
locals | IEnumerable |
|
Результат | IEnumerable |
public static GetSymbols ( this container ) : IEnumerable |
||
container | this | |
Результат | IEnumerable |
public static IsAssigned ( this container, SymbolExpression symbol ) : System.Boolean | ||
container | this | |
symbol | SymbolExpression | |
Результат | System.Boolean |