NullMultiset.Item Property |
Gets the Set with the given ID.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override ISet this[
int index
] { get; }
Public Overrides ReadOnly Default Property Item (
index As Integer
) As ISet
Get
Parameters
- index
- Type: System.Int32
Set ID.
Return Value
Type:
ISet
Exceptions
See Also