SynchronizedReadOnlyCollection<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:
property IList<T>^ Items {
	IList<T>^ get();
}

Property Value

Type: System.Collections.Generic::IList<T>^

The IList<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: