C# Class PredictiveCodeSuggestions.SmartGenerators.ScopeManager

Defines the ScopeManager class.
Exibir arquivo Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
GetScopes ( [ context ) : IEnumerable

Gets the scopes.

Register ( [ scope ) : void

Registers the specified scope.

Method Details

GetScopes() public static method

Gets the scopes.
public static GetScopes ( [ context ) : IEnumerable
context [ The context.
return IEnumerable

Register() public static method

Registers the specified scope.
public static Register ( [ scope ) : void
scope [ The scope.
return void