示例#1
0
 public static void Expect(IntPtr Object, int Index, params string[] Class)
 {
     Ruby.Expect(Get(Object, Index), Class);
 }