OrderedCollectionBase<T>.Item Property (Int32)

Gets the element at the specified index.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As T
    Get
'Usage
Dim instance As OrderedCollectionBase 
Dim index As Integer 
Dim value As T

value = instance(index)
public T this[
    int index
] { get; }
public:
virtual property T default[int index] {
    T get (int index) sealed;
}
abstract Item : 'T
override Item : 'T
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • index
    Type: System.Int32
    The zero-based index of the element to get.

Property Value

Type: T
The specified element.

Implements

IMetadataOrderedCollection<T>.Item[Int32]

See Also

Reference

OrderedCollectionBase<T> Class

Item Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace