Collection.ICollection.IsSynchronized Özellik

Tanım

Nesneye Collection erişimin eşitlenip eşitlenmediğini belirten bir değer alır (iş parçacığı güvenli).

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

Özellik Değeri

true nesneye Collection erişim eşitlenmişse; eşitlenmemişse, false.

Şunlara uygulanır