SynchronizedCollection<T>::ICollection::IsSynchronized Property

 

Gets a value that indicates whether the collection is thread safe.

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

private:
property bool IsSynchronized {
	virtual bool get() sealed = ICollection::IsSynchronized::get;
}

Property Value

Type: System::Boolean

true

This property always returns true because the collection is thread safe.

.NET Framework
Available since 3.0
Return to top
Show: