Summary
Creates the
NAnt.Core.DataTypeBase instance from the passed XML node.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public DataTypeBase CreateDataTypeBase(XmlNode elementNode)
Parameters
| Name | Type | Description |
|---|---|---|
| elementNode | XmlNode | The element XML node. |
Return Value
| Type | Description |
|---|---|
| DataTypeBase | The created instance. |
