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

IndexOf() public method

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