GenericCollection<T>.Item property
Gets an integer indexer for this collection.
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
'Usage
Dim instance As GenericCollection
Dim index As Integer
Dim value As T
value = instance(index)
public T this[
int index
] { get; }
Parameters
index
Type: System.Int32Index of item to return.
Property value
Type: T
The index-th item from the Collection.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException |