Click or drag to resize

RootEventChildren Property

Gets all the Child ElementEvents of the Document Root.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<ElementEvent> Children { get; }

Property Value

Type: ListElementEvent
See Also