C# Class CSLE.CLS_Type_Enum

Inheritance: ICLS_Type
Show file Open project: wpszz/CSLightForUnity

Public Properties

Property Type Description
sysType System.Type

Public Methods

Method Description
CLS_Type_Enum ( Type type, string keyword = null ) : System
ConvertTo ( CLS_Content content, object src, CLType targetType ) : object
MakeValue ( object value ) : ICLS_Value
Math2Value ( CLS_Content content, char code, object left, CLS_Content right, CLType &returnType ) : object
MathLogic ( CLS_Content content, logictoken code, object left, CLS_Content right ) : bool

Method Details

CLS_Type_Enum() public method

public CLS_Type_Enum ( Type type, string keyword = null ) : System
type System.Type
keyword string
return System

ConvertTo() public method

public ConvertTo ( CLS_Content content, object src, CLType targetType ) : object
content CLS_Content
src object
targetType CLType
return object

MakeValue() public method

public MakeValue ( object value ) : ICLS_Value
value object
return ICLS_Value

Math2Value() public method

public Math2Value ( CLS_Content content, char code, object left, CLS_Content right, CLType &returnType ) : object
content CLS_Content
code char
left object
right CLS_Content
returnType CLType
return object

MathLogic() public method

public MathLogic ( CLS_Content content, logictoken code, object left, CLS_Content right ) : bool
content CLS_Content
code logictoken
left object
right CLS_Content
return bool

Property Details

sysType public property

public Type,System sysType
return System.Type