Click or drag to resize

BaseSetFunction.Arguments Property

Gets the Arguments of the Exception.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.Set
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<ISparqlExpression> Arguments { get; }

Property Value

Type: IEnumerable<ISparqlExpression>

Implements

ISparqlExpression.Arguments
See Also