C# Класс System.Xml.Serialization.XmlArrayItemAttribute

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

Private Properties

Свойство Тип Описание

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

Метод Описание
XmlArrayItemAttribute ( ) : System
XmlArrayItemAttribute ( Type type ) : System
XmlArrayItemAttribute ( string elementName ) : System
XmlArrayItemAttribute ( string elementName, Type type ) : System

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

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

public XmlArrayItemAttribute ( ) : System
Результат System

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

public XmlArrayItemAttribute ( Type type ) : System
type Type
Результат System

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

public XmlArrayItemAttribute ( string elementName ) : System
elementName string
Результат System

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

public XmlArrayItemAttribute ( string elementName, Type type ) : System
elementName string
type Type
Результат System