![]() |
VOOZH | about |
public virtual bool IsSynchronized { get; }
Return Value: This property return true if access to the Hashtable is synchronized (thread-safe), otherwise it returns false. The default is false.
Below programs illustrate the use of above-discussed property:
Example 1:
has1 is Not Synchronized. smyTable is Synchronized.
False