System.Windows.Forms.FormCollection.FindIndex C# (CSharp) 메소드

FindIndex() 공개 메소드

public FindIndex ( Predicate
match ) : int
match Predicate
리턴 int
        public int FindIndex(Predicate<Form> match)
        {
            return items.FindIndex(match);
        }