Delegate RefAction<T>
Action on reference to variable.
Namespace: CarinaStudio
Assembly: CarinaStudio.AppBase.Core.dll
Syntax
public delegate void RefAction<T>(ref T arg);
Parameters
Type | Name | Description |
---|---|---|
T | arg | Reference to variable. |
Type Parameters
Name | Description |
---|---|
T | Type of variable. |