NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeBaseDictionary.Synchronized Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.DataTypeBaseDictionary.Synchronized(NAnt.Core.DataTypeBaseDictionary)

[Visual Basic]
Public Shared Function Synchronized( _
   ByVal nonSync As DataTypeBaseDictionary _
) As DataTypeBaseDictionary
[C#]
public static DataTypeBaseDictionary Synchronized(
   DataTypeBaseDictionary nonSync
);

Parameters

nonSync
Missing <param> documentation for nonSync

Return Value

Missing <returns> documentation for M:NAnt.Core.DataTypeBaseDictionary.Synchronized(NAnt.Core.DataTypeBaseDictionary)

Remarks

Missing <remarks> documentation for M:NAnt.Core.DataTypeBaseDictionary.Synchronized(NAnt.Core.DataTypeBaseDictionary)

See Also

DataTypeBaseDictionary Class | NAnt.Core Namespace