C# Class Bind.Structures.Type

Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
GetCLSCompliantType ( ) : string
GetFullType ( string>.Dictionary CSTypes, bool compliant ) : string
ToString ( ) : string
Translate ( string category ) : void
Type ( ) : System
Type ( Type t ) : System

Private Methods

Method Description
Initialize ( string glTypes, string csTypes ) : void

Method Details

GetCLSCompliantType() public method

public GetCLSCompliantType ( ) : string
return string

GetFullType() public method

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

ToString() public method

public ToString ( ) : string
return string

Translate() public method

public Translate ( string category ) : void
category string
return void

Type() public method

public Type ( ) : System
return System

Type() public method

public Type ( Type t ) : System
t Type
return System