SynchronizedReadOnlyCollection<T>.ICollection.IsSynchronized Eigenschap

Definitie

Deze eigenschap retourneert true altijd omdat 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

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

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het SynchronizedReadOnlyCollection<T> exemplaar naar een ICollection interface wordt gecast.

Van toepassing op