C# Class System.ZXPFunc

显示文件 Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
Key string
Method System.Reflection.MethodInfo

Public Methods

Method Description
ZXPFunc ( string key, MethodInfo mi ) : System

Method Details

ZXPFunc() public method

public ZXPFunc ( string key, MethodInfo mi ) : System
key string
mi System.Reflection.MethodInfo
return System

Property Details

Key public_oe property

public string Key
return string

Method public_oe property

public MethodInfo,System.Reflection Method
return System.Reflection.MethodInfo