ArrayBuilder<T>.FindIndex Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| 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
Parameter
- startIndex
- Int32
- match
- Predicate<T>
Gibt zurück
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>