CodeBox.CodeLexer.Token.Index C# (CSharp) Méthode

Index() public méthode

public Index ( List list ) : int
list List
Résultat int
        public int Index(List<Token> list)
        {
            return list.IndexOf(this);
        }