System.Xml.Serialization.XmlArrayItemAttribute.XmlArrayItemAttribute C# (CSharp) 메소드

XmlArrayItemAttribute() 공개 메소드

public XmlArrayItemAttribute ( Type type ) : System
type Type
리턴 System
        public XmlArrayItemAttribute(Type type) {
            this.type = type;
        }
        

Same methods

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