C# 클래스 PredictiveCodeSuggestions.Generators.GeneratorManager

Defines the GeneratorManager class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

메소드 설명
Register ( [ populator ) : void

Registers the specified populator.

비공개 메소드들

메소드 설명
Populate ( [ dataContext ) : IEnumerable

메소드 상세

Register() 공개 정적인 메소드

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