C# Class Platform.Xml.Serialization.SerializerOptions

Afficher le fichier Open project: platformdotnet/Platform Class Usage Examples

Méthodes publiques

Свойство Type Description
WriteXmlheader string

Méthodes publiques

Méthode Description
GetOption ( string name ) : object
SerializerOptions ( ) : System.Collections.Generic
TryGetValue ( string name, object &value ) : bool

Method Details

GetOption() public méthode

public GetOption ( string name ) : object
name string
Résultat object

SerializerOptions() public méthode

public SerializerOptions ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TryGetValue() public méthode

public TryGetValue ( string name, object &value ) : bool
name string
value object
Résultat bool

Property Details

WriteXmlheader public_oe static_oe property

public static string WriteXmlheader
Résultat string