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; }
Public MustOverride ReadOnly Default Property Item (
id As Integer
) As ISet
Get
Parameters
- id
- Type: SystemInt32
ID.
Return Value
Type:
ISetSee Also