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

XmlElementAttribute() 공개 메소드

public XmlElementAttribute ( string elementName, Type type ) : System
elementName string
type System.Type
리턴 System
        public XmlElementAttribute(string elementName, Type type) {
            this.elementName = elementName;
            this.type = type;
        }

Same methods

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