Click or drag to resize

IdentityMultisetItem Property

Gets the Set with the given ID.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override ISet this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Set ID.

Return Value

Type: ISet
Exceptions
ExceptionCondition
RdfQueryExceptionThrown since the Identity Multiset contains no Sets.
See Also