TypeConverter.StandardValuesCollection.ICollection.IsSynchronized Propriedade

Definição

Para uma descrição deste elemento, veja IsSynchronized.

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

Valor de Propriedade

false Em todos os casos.

Implementações

Observações

Para velocidade, o TypeConverter.StandardValuesCollection não está sincronizado. Como é apenas de leitura, não é necessário sincronizá-lo.

Aplica-se a

Ver também