SwfDotNet.IO.Tags.Types.TextRecordCollection.IndexOf C# (CSharp) Méthode

IndexOf() public méthode

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