Click or drag to resize

ThreadSafeGraph.GetLiteralNode Method

Overload List
  NameDescription
Public methodGetLiteralNode(String)
Returns the LiteralNode with the given Value if it exists.
(Overrides Graph.GetLiteralNode(String).)
Public methodGetLiteralNode(String, String)
Returns the LiteralNode with the given Value in the given Language if it exists.
(Overrides Graph.GetLiteralNode(String, String).)
Public methodGetLiteralNode(String, Uri)
Returns the LiteralNode with the given Value and given Data Type if it exists.
(Overrides Graph.GetLiteralNode(String, Uri).)
Top
See Also