Click or drag to resize

BaseSetValues Property

Gets the Values in the Set.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract IEnumerable<INode> Values { get; }

Property Value

Type: IEnumerableINode

Implements

ISetValues
See Also