Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dimt_big_iface_test.cs344 int Method_340 (int a, int b, int c, int d); in Method_340() method
2347 public virtual int Method_340 (int a, int b, int c, int d) { return a - b - c -d + 340; } in Method_340() method in Impl_2000
5375 if ((r = var_2000.Method_340 (10,5,3,2)) != 340) { in Test_2000()