Click or drag to resize

ThreadSafeGraphGetUriNode Method (String)

Returns the UriNode with the given QName if it exists.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IUriNode GetUriNode(
	string qname
)

Parameters

qname
Type: SystemString
The QName of the Node to select.

Return Value

Type: IUriNode

[Missing <returns> documentation for "M:VDS.RDF.ThreadSafeGraph.GetUriNode(System.String)"]

Implements

IGraphGetUriNode(String)
See Also