C# Класс YAMP.ContainerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetGlobalSymbols ( this container ) : IEnumerable
GetLocalSymbols ( this container ) : IEnumerable
GetLocalSymbols ( this container, IEnumerable locals ) : IEnumerable
GetSymbols ( this container ) : IEnumerable
IsAssigned ( this container, SymbolExpression symbol ) : System.Boolean

Описание методов

GetGlobalSymbols() публичный статический Метод

public static GetGlobalSymbols ( this container ) : IEnumerable
container this
Результат IEnumerable

GetLocalSymbols() публичный статический Метод

public static GetLocalSymbols ( this container ) : IEnumerable
container this
Результат IEnumerable

GetLocalSymbols() публичный статический Метод

public static GetLocalSymbols ( this container, IEnumerable locals ) : IEnumerable
container this
locals IEnumerable
Результат IEnumerable

GetSymbols() публичный статический Метод

public static GetSymbols ( this container ) : IEnumerable
container this
Результат IEnumerable

IsAssigned() публичный статический Метод

public static IsAssigned ( this container, SymbolExpression symbol ) : System.Boolean
container this
symbol SymbolExpression
Результат System.Boolean