public static KnowledgeGraphIDSet FromDictionary( Uri knowledgeGraphServiceUri, Dictionary<string,List<long>> dict )
Public Overloads Shared Function FromDictionary( _ ByVal knowledgeGraphServiceUri As Uri, _ ByVal dict As Dictionary(Of String,List(Of Long)) _ ) As KnowledgeGraphIDSet
Parameters
- knowledgeGraphServiceUri
- A Uri link to a knowledge graph service.
- dict
- The collection of named types and their corresponding objectIDs.