SynchronizedReadOnlyCollection(Of T).IList(Of T).Item Property (Int32)

 

Returns the object in the collection that has the specified index.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Private Property Item (
	index As Integer
) As T Implements IList(Of T).Item

Parameters

index
Type: System.Int32

The zero-based index of the element to be retrieved from the collection.

Property Value

Type: T

Returns Boolean.

Returns the object in the collection that has the specified index.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: