MatchCollection.ICollection.IsSynchronized Свойство
Определение
Возвращает значение, указывающее, синхронизирован ли доступ к коллекции (является ли он потокобезопасным).Gets a value that indicates whether access to the collection is synchronized (thread-safe).
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
Значение свойства
false во всех случаях.false in all cases.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр MatchCollection приведен к типу интерфейса ICollection.It can be used only when the MatchCollection instance is cast to an ICollection interface.