DataTypeBaseDictionary.

Synchronized(DataTypeBaseDictionary) Method

Summary

Returns a synchronized (thread-safe) wrapper for the hash table.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseDictionary

Syntax

public static DataTypeBaseDictionary Synchronized(DataTypeBaseDictionary nonSync)

Parameters

Name Type Description
nonSync DataTypeBaseDictionary The Hash table to synchronize.

Return Value

Type Description
DataTypeBaseDictionary A synchronized (thread-safe) wrapper for the hash table.