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
[Obsolete("Deprecated. Use Initialize() instead")]
protected virtual void InitializeElement(XmlNode elementNode)
Attributes
| Type | Description |
|---|---|
| ObsoleteAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| elementNode | XmlNode | The XML node of the element to use for initialization. |
Return Value
| Type | Description |
|---|---|
| void |
