SwfDotNet.IO.Tags.Types.TextRecordCollection.IndexOf C# (CSharp) 메소드

IndexOf() 공개 메소드

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