Skip to content

Commit f6031c2

Browse files
Create MeTalking.cs
1 parent b7706ca commit f6031c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Interfaces/MeTalking.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using System;
2+
namespace Interfaces
3+
{
4+
public interface MeTalking//() will cause the error Unexpected symbol `(', expecting `:', `{', or `where'
5+
{
6+
void SomeThingToTheConsole();//There is no body we are saying it must exist
7+
int MakeSth{get; set;}
8+
}
9+
}

0 commit comments

Comments
 (0)