C# Class CSLE.CLS_Content.Value

Show file Open project: lightszero/cslightcore Class Usage Examples

Public Properties

Property Type Description
breakBlock int
type CLType
value object

Public Methods

Method Description
FromICLS_Value ( ICLS_Value value ) : Value
ToString ( ) : string

Method Details

FromICLS_Value() public static method

public static FromICLS_Value ( ICLS_Value value ) : Value
value ICLS_Value
return Value

ToString() public method

public ToString ( ) : string
return string

Property Details

breakBlock public property

public int breakBlock
return int

type public property

public CLType,CSLE type
return CLType

value public property

public object value
return object