C# Класс SimpleFramework.Xml.Core.ElementParameter.Contact

Наследование: ParameterContact
Показать файл Открыть проект

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

Метод Описание
Contact ( label, Constructor factory, int index ) : SimpleFramework.Xml

Constructor for the Contact object. This is used to create an object that acts like an adapter so that the label can create a consistent name for the parameter.

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

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

Constructor for the Contact object. This is used to create an object that acts like an adapter so that the label can create a consistent name for the parameter.
public Contact ( label, Constructor factory, int index ) : SimpleFramework.Xml
label /// this is the annotation for the parameter ///
factory Constructor /// this is the constructor the parameter is in ///
index int /// this is the index for the parameter ///
Результат SimpleFramework.Xml