C# Класс NAnt.Core.ConfigurationSection

Custom configuration section handler for the element.
Наследование: IConfigurationSectionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( Object parent, Object configContext, XmlNode node ) : Object

This just passed things through. Return the node read from the config file.

Описание методов

Create() публичный Метод

This just passed things through. Return the node read from the config file.
public Create ( Object parent, Object configContext, XmlNode node ) : Object
parent Object
configContext Object
node System.Xml.XmlNode
Результат Object