Retrieves the Value in this set for the given Variable.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract INode this[
string variable
] { get; }
Public MustOverride ReadOnly Default Property Item (
variable As String
) As INode
Get
Parameters
- variable
- Type: SystemString
Variable.
Return Value
Type:
INodeEither a Node or a null.
Implements
ISetItemStringSee Also