Delegate AlgoApiField<TAlgoApiObject>.FieldSetter<T>
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public delegate void FieldSetter<T>(ref TAlgoApiObject messagePackObject, T value);
Parameters
| Type | Name | Description |
|---|---|---|
| TAlgoApiObject | messagePackObject | |
| T | value |
Type Parameters
| Name | Description |
|---|---|
| T |