C# Class Platform.Xml.Serialization.SerializationParameters

Datei anzeigen Open project: platformdotnet/Platform Class Usage Examples

Public Methods

Method Description
ContainsByName ( string name ) : bool
SerializationParameters ( ) : System
TryGetValue ( string name, object &value ) : bool
this ( string name ) : object

Method Details

ContainsByName() public method

public ContainsByName ( string name ) : bool
name string
return bool

SerializationParameters() public method

public SerializationParameters ( ) : System
return System

TryGetValue() public method

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

this() public method

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