C# Class PredictiveCodeSuggestions.Generators.AssignmentPopulator.Descriptor

Defines the Descriptor class.
显示文件 Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
Descriptor ( string name, IType type ) : System

Initializes a new instance of the Descriptor class.

Method Details

Descriptor() public method

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