C# Class DelegateType, tolua

Mostrar archivo Open project: topameng/tolua Class Usage Examples

Public Properties

Property Type Description
abr string
name string
strType string
type Type

Public Methods

Method Description
DelegateType ( Type t ) : System
SetAbrName ( string str ) : DelegateType,

Method Details

DelegateType() public method

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

SetAbrName() public method

public SetAbrName ( string str ) : DelegateType,
str string
return DelegateType,

Property Details

abr public_oe property

public string abr
return string

name public_oe property

public string name
return string

strType public_oe property

public string strType
return string

type public_oe property

public Type type
return Type