Interface IItemProcessor<T>
Namespace: Infinity.Collections
Assembly: solution.dll
Syntax
public interface IItemProcessor<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Process(ref T)
Declaration
void Process(ref T item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | item |