SwfDotNet.IO.Tags.Types.TextRecordCollection.IndexOf C# (CSharp) Method

IndexOf() public method

Get the index of.
public IndexOf ( TextRecord value ) : int
value TextRecord Value.
return int
        public int IndexOf(TextRecord value)
        {
            return List.IndexOf(value);
        }