コード例 #1
0
 public static Int32 FindString(ArrayHandle arrayHandle, string item)
 {
     return(_proxy.FindString(arrayHandle, item));
 }