C# 클래스 Bind.Structures.Type

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
GetCLSCompliantType ( ) : string
GetFullType ( string>.Dictionary CSTypes, bool compliant ) : string
ToString ( ) : string
Translate ( string category ) : void
Type ( ) : System
Type ( Type t ) : System

비공개 메소드들

메소드 설명
Initialize ( string glTypes, string csTypes ) : void

메소드 상세

GetCLSCompliantType() 공개 메소드

public GetCLSCompliantType ( ) : string
리턴 string

GetFullType() 공개 메소드

public GetFullType ( string>.Dictionary CSTypes, bool compliant ) : string
CSTypes string>.Dictionary
compliant bool
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Translate() 공개 메소드

public Translate ( string category ) : void
category string
리턴 void

Type() 공개 메소드

public Type ( ) : System
리턴 System

Type() 공개 메소드

public Type ( Type t ) : System
t Type
리턴 System