Public Overloads Shared Function FromDictionary(Of T As MapMember)( _ ByVal dict As Dictionary(Of T,HashSet(Of Long)) _ ) As MapMemberIDSet
public static MapMemberIDSet FromDictionary<T>( Dictionary<T,HashSet<long>> dict ) where T: MapMember
Parameters
- dict
- The collection of mapMembers and their corresponding objectIDs
Type Parameters
- T
Return Value
A MapMemberIDSet