What does the method signature consist of in C#?

Experience Level: Junior
Tags: C#

Answer

The method signature consists of 4 things:

  • method access modifier
  • method return data type
  • method name
  • method parameters

Comments

No Comments Yet.
Be the first to tell us what you think.
C# for beginners
C# for beginners

Are you learning C# ? Try our test we designed to help you progress faster.

Test yourself