Summary
Creates the
NAnt.Core.DataTypeBase
instance.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- TypeFactory
Syntax
public static DataTypeBase CreateDataType(XmlNode elementNode, Project proj)
Parameters
Name | Type | Description |
---|---|---|
elementNode | XmlNode | The element XML node. |
proj | Project | The current project. |
Return Value
Type | Description |
---|---|
DataTypeBase | The created instance. |