ArrayBuilder<T>.FindIndex Methode

Definition

Überlädt

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

Parameter

match
Predicate<T>

Gibt zurück

Int32

Gilt für

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

Parameter

startIndex
Int32
match
Predicate<T>

Gibt zurück

Int32

Gilt für

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

Parameter

startIndex
Int32
count
Int32
match
Predicate<T>

Gibt zurück

Int32

Gilt für