 | DictionarySerializationContextSettings Property |
Settings for serialization/deserialization.
Namespace: Slash.Serialization.DictionaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic Dictionary<string, Object> Settings { get; }
Public ReadOnly Property Settings As Dictionary(Of String, Object)
Get
public:
property Dictionary<String^, Object^>^ Settings {
Dictionary<String^, Object^>^ get ();
}
member Settings : Dictionary<string, Object> with get
Property Value
Type:
DictionaryString,
Object
See Also