ArrayBuilder<T>.FindIndex Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| FindIndex(Predicate<T>) | |
| FindIndex(Int32, Predicate<T>) | |
| FindIndex(Int32, Int32, Predicate<T>) |
FindIndex(Predicate<T>)
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
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>