SwfDotNet.IO.Tags.Types.ButtonRecordCollection.IndexOf C# (CSharp) Метод

IndexOf() публичный Метод

Get the index of.
public IndexOf ( ButtonRecord value ) : int
value ButtonRecord Value.
Результат int
        public int IndexOf(ButtonRecord value)
        {
            return List.IndexOf(value);
        }