method declaration in c#

63

C# method declaration -

<Access Specifier> <Return Type> <Method Name>(Parameter list) {    Body }

Comments

Submit
0 Comments