C# 클래스 Reinforced.Typings.Attributes.TsAddTypeReferenceAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: reinforced/Reinforced.Typings

공개 메소드들

메소드 설명
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