[This is preliminary documentation and is subject to change.]
Returns custom data that this instance contains, or null if this instance is a reference to another object
Namespace: NFX.Serialization.PODAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Dictionary<string, CustomTypedEntry> CustomData { get; }public Dictionary<string, CustomTypedEntry> CustomData { get; }Public ReadOnly Property CustomData As Dictionary(Of String, CustomTypedEntry)
Get
Public ReadOnly Property CustomData As Dictionary(Of String, CustomTypedEntry)
Get
public:
property Dictionary<String^, CustomTypedEntry>^ CustomData {
Dictionary<String^, CustomTypedEntry>^ get ();
}public:
property Dictionary<String^, CustomTypedEntry>^ CustomData {
Dictionary<String^, CustomTypedEntry>^ get ();
}member CustomData : Dictionary<string, CustomTypedEntry> with get
member CustomData : Dictionary<string, CustomTypedEntry> with get
Property Value
Type:
Dictionary
String,
CustomTypedEntry