Cat<T,K>.IAnimal.Eat Method

Definition

Overloads

IAnimal.Eat(String)

Implementation of Eat(food)

IAnimal.Eat()

EII method.

IAnimal.Eat<Tool>(Tool)

EII template method.

IAnimal.Eat(String)

Implementation of Eat(food)

void IAnimal.Eat (string food);

Parameters

food
String

Food to eat

Implements

Applies to

IAnimal.Eat()

EII method.

void IAnimal.Eat ();

Implements

Applies to

IAnimal.Eat<Tool>(Tool)

EII template method.

void IAnimal.Eat<Tool> (Tool a) where Tool : class;

Type Parameters

Tool

Tool for eat.

Parameters

a
Tool

Tool name.

Implements

Applies to