C# 클래스 PredictiveCodeSuggestions.Generators.AssignmentPopulator.Descriptor

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

공개 메소드들

메소드 설명
Descriptor ( string name, IType type ) : System

Initializes a new instance of the Descriptor class.

메소드 상세

Descriptor() 공개 메소드

Initializes a new instance of the Descriptor class.
public Descriptor ( string name, IType type ) : System
name string The name.
type IType The type.
리턴 System