NAnt SDK Documentation - v0.92

Element.Initialize Method ()

Derived classes should override to this method to provide extra initialization and validation not covered by the base class.

[Visual Basic]
Overridable Overloads Protected Sub Initialize()
[C#]
protected virtual void Initialize();

Remarks

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

See Also

Element Class | NAnt.Core Namespace | Element.Initialize Overload List