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

PropertyDictionary.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 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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.Inherit(NAnt.Core.PropertyDictionary,System.Collections.Specialized.StringCollection)

See Also

PropertyDictionary Class | NAnt.Core Namespace