Derived classes should override to this method to provide extra initialization and validation not covered by the base class.
Derived classes should override to this method to provide extra initialization and validation not covered by the base class.
protected virtual void Initialize();
Performs default initialization.
public void Initialize(XmlNode);
Element Class | NAnt.Core Namespace