C# Class PredictiveCodeSuggestions.Generators.GeneratorManager

Defines the GeneratorManager class.
Show file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
Register ( [ populator ) : void

Registers the specified populator.

Private Methods

Method Description
Populate ( [ dataContext ) : IEnumerable

Method Details

Register() public static method

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