Click or drag to resize

BaseMultisetItem Property

Retrieves the Set with the given ID.

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

Parameters

id
Type: SystemInt32
ID.

Return Value

Type: ISet
See Also