Public Overrides Property SerializedDictionary As Dictionary(Of Long,TIndex)
Dim instance As SingleIndex(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; }