Compartilhar via


Hashtable.IsSynchronized Property

Gets a value indicating whether the Hashtable is synchronized (thread safe).

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual bool IsSynchronized { get; }

Property Value

true if the Hashtable is synchronized (thread safe); otherwise, false. The default is false.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

Hashtable Class
Hashtable Members
System.Collections Namespace