C# Class SerializablePrimative, code

Inheritance: ISerializable
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
GetSerializable ( Object o ) : SerializablePrimative,
IsSupported ( Object o ) : boolean,
IsSupported ( Type, t ) : boolean,

Private Methods

Méthode Description
SerializablePrimative ( newVal )

Method Details

GetSerializable() public static méthode

public static GetSerializable ( Object o ) : SerializablePrimative,
o Object
Résultat SerializablePrimative,

IsSupported() public static méthode

public static IsSupported ( Object o ) : boolean,
o Object
Résultat boolean,

IsSupported() public static méthode

public static IsSupported ( Type, t ) : boolean,
t Type,
Résultat boolean,