Public Overloads Function ToDictionary(Of T As MapMember)() As Dictionary(Of T,List(Of Long))
public Dictionary<T,List<long>> ToDictionary<T>() where T: MapMember
Type Parameters
- T
Return Value
Dictionary of mapMembers and their corresponding objectIDs.