C# Class Platform.Xml.Serialization.SerializerOptions

ファイルを表示 Open project: platformdotnet/Platform Class Usage Examples

Public Properties

Property Type Description
WriteXmlheader string

Public Methods

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

Method Details

GetOption() public method

public GetOption ( string name ) : object
name string
return object

SerializerOptions() public method

public SerializerOptions ( ) : System.Collections.Generic
return System.Collections.Generic

TryGetValue() public method

public TryGetValue ( string name, object &value ) : bool
name string
value object
return bool

Property Details

WriteXmlheader public_oe static_oe property

public static string WriteXmlheader
return string