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

IndexOf() public méthode

public IndexOf ( XmlElementAttribute attribute ) : int
attribute XmlElementAttribute
Résultat int
        public int IndexOf(XmlElementAttribute attribute) {
            return List.IndexOf(attribute);
        }