OrderedDictionary<TKey,TValue>.ICollection.IsSynchronized Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de toegang tot de ICollection synchronisatie is gesynchroniseerd (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

Waarde van eigenschap

trueals de toegang tot de ICollection synchronisatie is gesynchroniseerd (thread veilig); anders. false

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het <exemplaar xref:System.Collections.Generic.OrderedDictionary'2> wordt gecast naar een <xref:System.Collections.ICollection-interface> .

Van toepassing op