C# Класс Zombie.ItemDisambiguator

The ItemDisambiguator is used when running through an item list. Specify actions to be taken only on item types that interest you by using type-safe delegates. This eliminates quite a bit of ceremony code that would otherwise be needed to figure out what type of item you're dealing with.
Показать файл Открыть проект

Открытые методы

Метод Описание
Process ( IORItemRet item ) : bool

The Process method calls the appropriate delegate based on the type of the item passed in.

Описание методов

Process() публичный Метод

The Process method calls the appropriate delegate based on the type of the item passed in.
public Process ( IORItemRet item ) : bool
item IORItemRet The raw item reference
Результат bool