SynchronizedReadOnlyCollection(Of T).Items Property

 

Gets the list of elements contained in the thread-safe, read-only collection.

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

Protected ReadOnly Property Items As IList(Of T)

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.

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