OrderedCollectionBase<T>.Item property
Obtém um item por sua posição na coleção. A posição é baseada em zero.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
'Uso
Dim instance As OrderedCollectionBase
Dim index As Integer
Dim value As T
value = instance(index)
public T this[
int index
] { get; }
Parâmetros
- index
Type: System.Int32
Property value
Type: T
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Lançada quando não é um índice válido na coleção. |
Ver também
Referência
OrderedCollectionBase<T> class