C# Class System.Xml.Serialization.XmlArrayItemAttribute

Inheritance: Attribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
XmlArrayItemAttribute ( ) : System
XmlArrayItemAttribute ( Type type ) : System
XmlArrayItemAttribute ( string elementName ) : System
XmlArrayItemAttribute ( string elementName, Type type ) : System

Method Details

XmlArrayItemAttribute() public méthode

public XmlArrayItemAttribute ( ) : System
Résultat System

XmlArrayItemAttribute() public méthode

public XmlArrayItemAttribute ( Type type ) : System
type Type
Résultat System

XmlArrayItemAttribute() public méthode

public XmlArrayItemAttribute ( string elementName ) : System
elementName string
Résultat System

XmlArrayItemAttribute() public méthode

public XmlArrayItemAttribute ( string elementName, Type type ) : System
elementName string
type Type
Résultat System