Show / Hide Table of Contents

    Interface ICat

    Cat's interface

    Inherited Members
    IAnimal.Name
    IAnimal.Item[Int32]
    IAnimal.Eat()
    IAnimal.Eat<Tool>(Tool)
    IAnimal.Eat(String)
    Namespace: CatLibrary
    Assembly: CatLibrary.dll
    Syntax
    public interface ICat : IAnimal

    Events

    | Improve this Doc View Source

    eat

    eat event of cat. Every cat must implement this event.

    Declaration
    event EventHandler eat
    Event Type
    Type Description
    EventHandler

    Extension Methods

    ICatExtension.Sleep(ICat, Int64)
    ICatExtension.Play(ICat, String)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX