C# Класс PredictiveCodeSuggestions.SmartGenerators.ScopeManager

Defines the ScopeManager class.
Показать файл Открыть проект

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

Метод Описание
GetScopes ( [ context ) : IEnumerable

Gets the scopes.

Register ( [ scope ) : void

Registers the specified scope.

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

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

Gets the scopes.
public static GetScopes ( [ context ) : IEnumerable
context [ The context.
Результат IEnumerable

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

Registers the specified scope.
public static Register ( [ scope ) : void
scope [ The scope.
Результат void