System.Xml.Serialization.XmlAnyElementAttributes.IndexOf C# (CSharp) 메소드

IndexOf() 공개 메소드

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