예제 #1
0
 public int FindLastIndex(Func <T, bool> predicate)
 {
     return(UnsafeArray.FindLastIndex <T>(m_inner, predicate));
 }