Task.

InitializeTask(XmlNode) Method

Summary

Initializes the task.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Task

Syntax

[Obsolete("Deprecated. Use Initialize() instead")]
protected virtual void InitializeTask(XmlNode taskNode)

Attributes

Type Description
ObsoleteAttribute

Parameters

Name Type Description
taskNode XmlNode

Return Value

Type Description
void