C# Class Fan.Sys.Serializable

Inheritance: FanObj, Facet
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_collection bool
m_simple bool

Méthodes publiques

Méthode Description
@typeof ( ) : Type
make ( ) : Serializable
make ( Func func ) : Serializable
toStr ( ) : string

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

make() public static méthode

public static make ( ) : Serializable
Résultat Serializable

make() public static méthode

public static make ( Func func ) : Serializable
func Func
Résultat Serializable

toStr() public méthode

public toStr ( ) : string
Résultat string

Property Details

m_collection public_oe property

public bool m_collection
Résultat bool

m_simple public_oe property

public bool m_simple
Résultat bool