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

Remove() public method

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