C# Class DelegateType, tolua

Afficher le fichier Open project: topameng/tolua Class Usage Examples

Méthodes publiques

Свойство Type Description
abr string
name string
strType string
type Type

Méthodes publiques

Méthode Description
DelegateType ( Type t ) : System
SetAbrName ( string str ) : DelegateType,

Method Details

DelegateType() public méthode

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

SetAbrName() public méthode

public SetAbrName ( string str ) : DelegateType,
str string
Résultat DelegateType,

Property Details

abr public_oe property

public string abr
Résultat string

name public_oe property

public string name
Résultat string

strType public_oe property

public string strType
Résultat string

type public_oe property

public Type type
Résultat Type