SynchronizedReadOnlyCollection(Of T).IList(Of T).Item Property (Int32)
.NET Framework (current version)
Returns the object in the collection that has the specified index.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- index
-
Type:
System.Int32
The zero-based index of the element to be retrieved from the collection.
Property Value
Type: TReturns Boolean.
Returns the object in the collection that has the specified index.
Implements
IList(Of T).Item(Int32)
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: