C# Класс Reinforced.Typings.Attributes.TsAddTypeReferenceAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
TsAddTypeReferenceAttribute ( Type type ) : System

Constructs new instance of TsAddTypeReferenceAttribute using referenced type

TsAddTypeReferenceAttribute ( string rawPath ) : System

Constructs new instance of TsAddTypeReferenceAttribute using referenced type

Описание методов

TsAddTypeReferenceAttribute() публичный Метод

Constructs new instance of TsAddTypeReferenceAttribute using referenced type
public TsAddTypeReferenceAttribute ( Type type ) : System
type System.Type Type reference
Результат System

TsAddTypeReferenceAttribute() публичный Метод

Constructs new instance of TsAddTypeReferenceAttribute using referenced type
public TsAddTypeReferenceAttribute ( string rawPath ) : System
rawPath string Raw reference
Результат System