Delegate with parameter and return

77

Delegate with parameter and return -

public delegate int TestDelegate(object obj1, object obj2);

Comments

Submit
0 Comments