C# Class Reinforced.Typings.Attributes.TsAddTypeReferenceAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: reinforced/Reinforced.Typings

Public Methods

Method Description
TsAddTypeReferenceAttribute ( Type type ) : System

Constructs new instance of TsAddTypeReferenceAttribute using referenced type

TsAddTypeReferenceAttribute ( string rawPath ) : System

Constructs new instance of TsAddTypeReferenceAttribute using referenced type

Method Details

TsAddTypeReferenceAttribute() public method

Constructs new instance of TsAddTypeReferenceAttribute using referenced type
public TsAddTypeReferenceAttribute ( Type type ) : System
type System.Type Type reference
return System

TsAddTypeReferenceAttribute() public method

Constructs new instance of TsAddTypeReferenceAttribute using referenced type
public TsAddTypeReferenceAttribute ( string rawPath ) : System
rawPath string Raw reference
return System