C# Class 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.
Show file Open project: pkpjpm/Zombie

Public Methods

Method Description
Process ( IORItemRet item ) : bool

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

Method Details

Process() public method

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
return bool