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

Remove() public méthode

public Remove ( XmlElementAttribute attribute ) : void
attribute XmlElementAttribute
Résultat void
        public void Remove(XmlElementAttribute attribute) {
            List.Remove(attribute);
        }