Пример #1
0
 public int IndexOf(T item)
 {
     T[] items = JNIEnv.GetArray <T> (Handle);
     return(Array.IndexOf(items, item));
 }