NAnt SDK Documentation - v0.92

PropertyDictionary.Inherit Method 

Inherits properties from an existing property dictionary Instance.

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

Parameters

source
Property list to inherit.
excludes
The list of properties to exclude during inheritance.

See Also

PropertyDictionary Class | NAnt.Core Namespace