SynchronizedReadOnlyCollection(Of T).Item Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an element from the thread-safe, read-only collection with a 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.
Show: