System.Xml.Serialization.SoapAttributeAttribute.SoapAttributeAttribute C# (CSharp) Méthode

SoapAttributeAttribute() public méthode

public SoapAttributeAttribute ( string attributeName ) : System
attributeName string
Résultat System
        public SoapAttributeAttribute(string attributeName) {
            this.attributeName = attributeName;
        }

Same methods

SoapAttributeAttribute::SoapAttributeAttribute ( ) : System
SoapAttributeAttribute