PropertyDictionary.

Inherit(PropertyDictionary, StringCollection) Method

Summary

Inherits properties from an existing property dictionary Instance.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PropertyDictionary

Syntax

public virtual void Inherit(PropertyDictionary source, StringCollection excludes)

Parameters

Name Type Description
source PropertyDictionary Property list to inherit.
excludes StringCollection The list of properties to exclude during inheritance.

Return Value

Type Description
void