C# Class PredictiveCodeSuggestions.SmartGenerators.ScopeManager

Defines the ScopeManager class.
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Méthodes publiques

Méthode Description
GetScopes ( [ context ) : IEnumerable

Gets the scopes.

Register ( [ scope ) : void

Registers the specified scope.

Method Details

GetScopes() public static méthode

Gets the scopes.
public static GetScopes ( [ context ) : IEnumerable
context [ The context.
Résultat IEnumerable

Register() public static méthode

Registers the specified scope.
public static Register ( [ scope ) : void
scope [ The scope.
Résultat void