Click or drag to resize

ZeroToN Constructor

Creates a new Zero to N cardinality restriction.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ZeroToN(
	ISparqlPath path,
	int n
)

Parameters

path
Type: VDS.RDF.Query.PathsISparqlPath
Path.
n
Type: SystemInt32
Maximum Cardinality.
See Also