Skip to content
#

interfaces

Here are 109 public repositories matching this topic...

An interface is a contract between itself and any class that implements it. This contract states that any class that implements the interface will implement the interface's properties, methods and/or events. An interface contains no implementation, only the signatures of the functionality the interface provides.

  • Updated Aug 11, 2022
  • C#

Improve this page

Add a description, image, and links to the interfaces topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interfaces topic, visit your repo's landing page and select "manage topics."

Learn more