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

SoapElementAttribute() 공개 메소드

public SoapElementAttribute ( string elementName ) : System
elementName string
리턴 System
        public SoapElementAttribute(string elementName) {
            this.elementName = elementName;
        }

Same methods

SoapElementAttribute::SoapElementAttribute ( ) : System
SoapElementAttribute