|
|
Interfaces in C# |
Both classes, structs and interfaces can implement one or more interfaces Interfaces can contain signatures of methods, properties, indexers, and events |
| The syntax of a C# interface, together with the syntaxes of method, property, indexer, and event descriptions in an interface |