Delegate DataProcessor<TData, TFrom, TTo>
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public delegate void DataProcessor<TData, TFrom, TTo>(ref TData data, TFrom from, TTo to) where TData : struct
Parameters
| Type | Name | Description |
|---|---|---|
| TData | data | |
| TFrom | from | |
| TTo | to |
Type Parameters
| Name | Description |
|---|---|
| TData | |
| TFrom | |
| TTo |