Click or drag to resize

DynamicGraphTryGetValue Method (Uri, Object)

Tries to get a node from the graph.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool TryGetValue(
	Uri node,
	out Object value
)

Parameters

node
Type: SystemUri
The node to try.
value
Type: SystemObject
A DynamicNode wrapped around the node.

Return Value

Type: Boolean
A value representing whether a value was set or not.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also