C# Class CSLE.RegHelper_Dele

Inheritance: RegHelper_Type, ICLS_Type_Dele
Show file Open project: wpszz/CSLightForUnity

Public Methods

Method Description
CreateDelegate ( ICLS_Environment env, DeleFunction delefunc ) : Delegate
CreateDelegate ( ICLS_Environment env, DeleLambda lambda ) : Delegate
Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
RegHelper_Dele ( Type type, string setkeyword ) : System

Method Details

CreateDelegate() public method

public CreateDelegate ( ICLS_Environment env, DeleFunction delefunc ) : Delegate
env ICLS_Environment
delefunc DeleFunction
return System.Delegate

CreateDelegate() public method

public CreateDelegate ( ICLS_Environment env, DeleLambda lambda ) : Delegate
env ICLS_Environment
lambda DeleLambda
return System.Delegate

Math2Value() public method

public Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
env CLS_Content
code char
left object
right CLS_Content
returntype CLType
return object

RegHelper_Dele() public method

public RegHelper_Dele ( Type type, string setkeyword ) : System
type System.Type
setkeyword string
return System