C Sharp Programming/Keywords/interface
From Wikibooks, the open-content textbooks collection
The interface keyword is used to declare a interface. Interfaces provide a construct for a programmer to create types that can have methods, properties, delegates, events, and indexers declared, but not implemented.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|