C# Class Reinforced.Typings.Attributes.TsAddTypeReferenceAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: reinforced/Reinforced.Typings

Méthodes publiques

Méthode 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 méthode

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

TsAddTypeReferenceAttribute() public méthode

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