System.Xml.Serialization.XmlChoiceIdentifierAttribute.XmlChoiceIdentifierAttribute C# (CSharp) Метод

XmlChoiceIdentifierAttribute() публичный Метод

public XmlChoiceIdentifierAttribute ( string name ) : System
name string
Результат System
        public XmlChoiceIdentifierAttribute(string name) {
            this.name = name;
        }

Same methods

XmlChoiceIdentifierAttribute::XmlChoiceIdentifierAttribute ( ) : System
XmlChoiceIdentifierAttribute