Click or drag to resize

DynamicObjectCollectionObjects Property

Gets objects of statements with given subject and predicate.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected IEnumerable<Object> Objects { get; }

Property Value

Type: IEnumerableObject
Remarks
Known literal nodes are converted to native primitives, URI and blank nodes are wrapped in DynamicNode.
See Also