C# Class Bind.Structures.Type

Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Initialize ( string glTypes, string csTypes ) : void

Method Details

GetCLSCompliantType() public méthode

public GetCLSCompliantType ( ) : string
Résultat string

GetFullType() public méthode

public GetFullType ( string>.Dictionary CSTypes, bool compliant ) : string
CSTypes string>.Dictionary
compliant bool
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Translate() public méthode

public Translate ( string category ) : void
category string
Résultat void

Type() public méthode

public Type ( ) : System
Résultat System

Type() public méthode

public Type ( Type t ) : System
t Type
Résultat System