DataTypeBase.

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
DataTypeBase

Syntax

protected override void Initialize()

Remarks

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

Return Value

Type Description
void