System.Xml.Serialization.XmlElementAttributes.Remove C# (CSharp) Method

Remove() public method

public Remove ( XmlElementAttribute attribute ) : void
attribute XmlElementAttribute
return void
        public void Remove(XmlElementAttribute attribute) {
            List.Remove(attribute);
        }