C# Class PredictiveCodeSuggestions.Generators.AssignmentPopulator.Descriptor

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

Méthodes publiques

Méthode Description
Descriptor ( string name, IType type ) : System

Initializes a new instance of the Descriptor class.

Method Details

Descriptor() public méthode

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