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

DataTypeBaseDictionary.Inherit Method 

[This is preliminary documentation and subject to change.]

Inherits Properties from an existing property dictionary Instance

[Visual Basic]
Overridable Public Sub Inherit( _
   ByVal source As DataTypeBaseDictionary _
)
[C#]
public virtual void Inherit(
   DataTypeBaseDictionary source
);

Parameters

source
DataType list to inherit

Remarks

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

See Also

DataTypeBaseDictionary Class | NAnt.Core Namespace