ArrayBuilder<T>.FindIndex Método

Definição

Sobrecargas

FindIndex(Predicate<T>)
FindIndex(Int32, Predicate<T>)
FindIndex(Int32, Int32, Predicate<T>)

FindIndex(Predicate<T>)

public:
 int FindIndex(Predicate<T> ^ match);
public int FindIndex (Predicate<T> match);
member this.FindIndex : Predicate<'T> -> int
Public Function FindIndex (match As Predicate(Of T)) As Integer

Parâmetros

match
Predicate<T>

Retornos

Int32

Aplica-se a

FindIndex(Int32, Predicate<T>)

public:
 int FindIndex(int startIndex, Predicate<T> ^ match);
public int FindIndex (int startIndex, Predicate<T> match);
member this.FindIndex : int * Predicate<'T> -> int
Public Function FindIndex (startIndex As Integer, match As Predicate(Of T)) As Integer

Parâmetros

startIndex
Int32
match
Predicate<T>

Retornos

Int32

Aplica-se a

FindIndex(Int32, Int32, Predicate<T>)

public:
 int FindIndex(int startIndex, int count, Predicate<T> ^ match);
public int FindIndex (int startIndex, int count, Predicate<T> match);
member this.FindIndex : int * int * Predicate<'T> -> int
Public Function FindIndex (startIndex As Integer, count As Integer, match As Predicate(Of T)) As Integer

Parâmetros

startIndex
Int32
count
Int32
match
Predicate<T>

Retornos

Int32

Aplica-se a