DynamicObjectCollection<T>.CopyTo Method (T[], Int32) |
Copies objects of statements with given subject and predicate array starting at index.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic void CopyTo(
T[] array,
int index
)
Public Sub CopyTo (
array As T(),
index As Integer
)
Parameters
- array
- Type:T[]
The destination of subjects copied. - index
- Type: System.Int32
The index at which copying begins.
Implements
ICollection<T>.CopyTo(T[], Int32)
RemarksKnown literal nodes are converted to native primitives, URI and blank nodes are wrapped in
DynamicNode.
See Also