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