Click or drag to resize

DynamicSubjectCollection Constructor

Initializes a new instance of the DynamicSubjectCollection class.

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

Parameters

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