XmlSerializerInstance Property |
Namespace:
Hummingbird.TestFramework.Serialization
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static XmlSerializer Instance { get; }
Public Shared ReadOnly Property Instance As XmlSerializer
Get
public:
static property XmlSerializer^ Instance {
XmlSerializer^ get ();
}
static member Instance : XmlSerializer with get
Property Value
Type:
XmlSerializer
The instance.
See Also