Beispiel #1
0
 public static int findIndex <T>(this Il2CppSystem.Collections.Generic.List <T> list, Predicate <T> predicate)
 {
     return(list.FindIndex(new Func <T, bool>(predicate)));
 }