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

IndexOf() public method

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