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