Ninja Database Pro
SerializedDictionary Property (SterlingSingleIndex<T,TIndex>)



KellermanSoftware.NinjaDatabasePro Namespace > SterlingSingleIndex<T,TIndex> Class : SerializedDictionary Property
Used for serialization and deserialization. A dictionary with the primary key for the key, and the index for the value
Syntax
Public Overrides Property SerializedDictionary As Dictionary(Of Long,TIndex)
Dim instance As SterlingSingleIndex(Of T,TIndex)
Dim value As Dictionary(Of Long,TIndex)
 
instance.SerializedDictionary = value
 
value = instance.SerializedDictionary
public override Dictionary<long,TIndex> SerializedDictionary {get; set;}
public:
property Dictionary<int64,TIndex^>^ SerializedDictionary {
   Dictionary<int64,TIndex^>^ get() override;
   void set (    Dictionary<int64,TIndex^>^ value) override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SterlingSingleIndex<T,TIndex> Class
SterlingSingleIndex<T,TIndex> Members