Click or drag to resize

RdfXmlParserContext.IDs 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; }

Property Value

Type: Dictionary<String, List<INode>>
See Also