Click or drag to resize

DynamicGraphTryGetValue Method (INode, Object)

Tries to get a node from the graph.

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

Parameters

node
Type: VDS.RDFINode
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