Summary
Returns a synchronized (thread-safe) wrapper for the hash table.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Dictionary
Syntax
public static DataTypeBaseDictionary Synchronized(DataTypeBaseDictionary nonSync)
Parameters
Name | Type | Description |
---|---|---|
nonSync | Data |
The Hash table to synchronize. |
Return Value
Type | Description |
---|---|
Data |
A synchronized (thread-safe) wrapper for the hash table. |