Element.

Initialize() Method

Summary

Derived classes should override to this method to provide extra initialization and validation not covered by the base class.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Element

Syntax

protected virtual void Initialize()

Remarks

Access to the NAnt.Core.Element.XmlNode that was used to initialize this NAnt.Core.Element is available through NAnt.Core.Element.XmlNode.

Return Value

Type Description
void