C# Класс PredictiveCodeSuggestions.Generators.AssignmentPopulator.Descriptor

Defines the Descriptor class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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