Click or drag to resize

DynamicSubjectCollectionTCopyTo Method (T, Int32)

Copies subjects of statements with given predicate and object to array starting at index.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void CopyTo(
	T[] array,
	int index
)

Parameters

array
Type: T
The destination of subjects copied.
index
Type: SystemInt32
The index at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
Remarks
Nodes are wrapped in a DynamicNode.
See Also