System.Xml.Serialization.XmlArrayItemAttribute.XmlArrayItemAttribute C# (CSharp) Méthode

XmlArrayItemAttribute() public méthode

public XmlArrayItemAttribute ( string elementName, Type type ) : System
elementName string
type Type
Résultat System
        public XmlArrayItemAttribute(string elementName, Type type) {
            this.elementName = elementName;
            this.type = type;
        }
        

Same methods

XmlArrayItemAttribute::XmlArrayItemAttribute ( ) : System
XmlArrayItemAttribute::XmlArrayItemAttribute ( Type type ) : System
XmlArrayItemAttribute::XmlArrayItemAttribute ( string elementName ) : System
XmlArrayItemAttribute