SynchronizedCollection<T>.ICollection.IsSynchronized Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de verzameling thread veilig is.

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Waarde van eigenschap

true

Implementeringen

Opmerkingen

Deze eigenschap retourneert true altijd omdat de verzameling thread veilig is.

Van toepassing op