Home
last modified time | relevance | path

Searched refs:Method_333 (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dimt_big_iface_test.cs337 int Method_333 (int a, int b, int c, int d); in Method_333() method
2340 public virtual int Method_333 (int a, int b, int c, int d) { return a - b - c -d + 333; } in Method_333() method in Impl_2000
5347 if ((r = var_2000.Method_333 (10,5,3,2)) != 333) { in Test_2000()