Gets a Set from the Multiset.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override ISet this[
int id
] { get; }
Public Overrides ReadOnly Default Property Item (
id As Integer
) As ISet
Get
Parameters
- id
- Type: SystemInt32
Set ID.
Return Value
Type:
ISetSee Also