NullMultisetItem 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; }
Public Overrides ReadOnly Default Property Item (
index As Integer
) As ISet
Get
Parameters
- index
- Type: SystemInt32
Set ID.
Return Value
Type:
ISetExceptions See Also