Click or drag to resize

NegatedSet Constructor

Creates a new Negated Property Set.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NegatedSet(
	IEnumerable<Property> properties,
	IEnumerable<Property> inverseProperties
)

Parameters

properties
Type: System.Collections.GenericIEnumerableProperty
Negated Properties.
inverseProperties
Type: System.Collections.GenericIEnumerableProperty
Inverse Negated Properties.
See Also