Cat<T,K>.IAnimal.Eat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
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()
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.