C# Class PredictiveCodeSuggestions.Generators.GeneratorManager

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

Méthodes publiques

Méthode Description
Register ( [ populator ) : void

Registers the specified populator.

Private Methods

Méthode Description
Populate ( [ dataContext ) : IEnumerable

Method Details

Register() public static méthode

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