Click or drag to resize

IRdfAEventAttributes Property

Gets the attributes of the event i.e. the attributes of the source element.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IEnumerable<KeyValuePair<string, string>> Attributes { get; }

Property Value

Type: IEnumerableKeyValuePairString, String
See Also