Interface ICat
Cat's interface
Inherited Members
Namespace: CatLibrary
Assembly: CatLibrary.dll
Syntax
public interface ICat : IAnimal
Events
| Improve this Doc View Sourceeat
eat event of cat. Every cat must implement this event.
Declaration
event EventHandler eat
Event Type
Type | Description |
---|---|
EventHandler |