Summary
Performs default initialization.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Element
Syntax
public void Initialize(XmlNode elementNode)
Remarks
Derived classes that wish to add custom initialization should override
the
Initialize() method.
Parameters
| Name | Type | Description |
|---|---|---|
| elementNode | XmlNode |
Return Value
| Type | Description |
|---|---|
| void |
