Extensions.CopyNode Method (INode, IGraph) |
Copies a Node to the target Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static INode CopyNode(
this INode n,
IGraph target
)
<ExtensionAttribute>
Public Shared Function CopyNode (
n As INode,
target As IGraph
) As INode
Parameters
- n
- Type: VDS.RDF.INode
Node to copy. - target
- Type: VDS.RDF.IGraph
Target Graph.
Return Value
Type:
INode[Missing <returns> documentation for "M:VDS.RDF.Extensions.CopyNode(VDS.RDF.INode,VDS.RDF.IGraph)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
INode. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks
See Also