GroupCollection.IList<Group>.IndexOf(Group) Metoda

Definice

Určuje index konkrétní skupiny v kolekci skupin.

 virtual int System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.IndexOf(System::Text::RegularExpressions::Group ^ item) = System::Collections::Generic::IList<System::Text::RegularExpressions::Group ^>::IndexOf;
int IList<Group>.IndexOf (System.Text.RegularExpressions.Group item);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.IndexOf : System.Text.RegularExpressions.Group -> int
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.IndexOf : System.Text.RegularExpressions.Group -> int
Function IndexOf (item As Group) As Integer Implements IList(Of Group).IndexOf

Parametry

item
Group

Skupina, která se má v kolekci skupin najít.

Návraty

Int32

Index nalezených item , jinak -1.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho GroupCollection použít pouze v případě, že je instance přetypována do IList<T> rozhraní.

Platí pro