Click or drag to resize

ThreadSafeGraphGetLiteralNode Method

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