public Dictionary<string,List<long>> TransformToObjectIDs<ListType>( Dictionary<string,ListType> dict ) where ListType: IEnumerable<object>
Public Overloads Function TransformToObjectIDs(Of ListType As IEnumerable(Of Object))( _ ByVal dict As Dictionary(Of String,ListType) _ ) As Dictionary(Of String,List(Of Long))
Parameters
- dict
- The set of IDs by type
Type Parameters
- ListType
Return Value
The set of objectIDs by type