'Declaration
Public Property FileIndex As Dictionary(Of Long,String)
'Usage
Dim instance As Index Dim value As Dictionary(Of Long,String) instance.FileIndex = value value = instance.FileIndex
public Dictionary<long,string> FileIndex {get; set;}
public: property Dictionary<int64,String^>^ FileIndex { Dictionary<int64,String^>^ get(); void set ( Dictionary<int64,String^>^ value); }