System.Xml.Serialization.XmlArrayItemAttribute.XmlArrayItemAttribute C# (CSharp) Method

XmlArrayItemAttribute() public method

public XmlArrayItemAttribute ( string elementName, Type type ) : System
elementName string
type Type
return 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