System.Windows.Forms.FormCollection.FindIndex C# (CSharp) Méthode

FindIndex() public méthode

public FindIndex ( Predicate
match ) : int
match Predicate
Résultat int
        public int FindIndex(Predicate<Form> match)
        {
            return items.FindIndex(match);
        }