SynchronizedCollection<T>::Items Property

 

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

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

protected:
property List<T>^ Items {
	List<T>^ get();
}

Property Value

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

The IList<T> of elements that are contained in the thread-safe, read-only collection.

.NET Framework
Available since 3.0
Return to top
Show: