C# Class Fan.Sys.Serializable

Inheritance: FanObj, Facet
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_collection bool
m_simple bool

Public Methods

Method Description
@typeof ( ) : Type
make ( ) : Serializable
make ( Func func ) : Serializable
toStr ( ) : string

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

make() public static method

public static make ( ) : Serializable
return Serializable

make() public static method

public static make ( Func func ) : Serializable
func Func
return Serializable

toStr() public method

public toStr ( ) : string
return string

Property Details

m_collection public property

public bool m_collection
return bool

m_simple public property

public bool m_simple
return bool