RdfXmlParserContextIDs Property |
Gets the Mapping of in-use IDs.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Dictionary<string, List<INode>> IDs { get; }
Public ReadOnly Property IDs As Dictionary(Of String, List(Of INode))
Get
Property Value
Type:
DictionaryString,
ListINodeSee Also