Public Overrides Property SerializedDictionary As Dictionary(Of Long,String)
Dim instance As SterlingCompositeIndex(Of T) Dim value As Dictionary(Of Long,String) instance.SerializedDictionary = value value = instance.SerializedDictionary
public override Dictionary<long,string> SerializedDictionary {get; set;}
public: property Dictionary<int64,String^>^ SerializedDictionary { Dictionary<int64,String^>^ get() override; void set ( Dictionary<int64,String^>^ value) override; }