System.Xml.Serialization.XmlChoiceIdentifierAttribute.XmlChoiceIdentifierAttribute C# (CSharp) Method

XmlChoiceIdentifierAttribute() public method

public XmlChoiceIdentifierAttribute ( string name ) : System
name string
return System
        public XmlChoiceIdentifierAttribute(string name) {
            this.name = name;
        }

Same methods

XmlChoiceIdentifierAttribute::XmlChoiceIdentifierAttribute ( ) : System
XmlChoiceIdentifierAttribute