Collection.ICollection.IsSynchronized Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.