SynchronizedReadOnlyCollection(Of T).Items Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the list of elements contained in the thread-safe, read-only collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Collections.Generic.IList(Of T)The IList(Of T) of elements that are contained in the thread-safe, read-only collection.
Show: