Click or drag to resize

DynamicObjectCollection Constructor

Initializes a new instance of the DynamicObjectCollection class.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DynamicObjectCollection(
	DynamicNode subject,
	INode predicate
)

Parameters

subject
Type: VDS.RDF.DynamicDynamicNode
The subject to use.
predicate
Type: VDS.RDFINode
The predicate to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen subject or predicate are null.
See Also