Delegate RefOutFunc<T1, R>
- Namespace
- CarinaStudio
- Assembly
- CarinaStudio.AppBase.Core.dll
Function to return a reference to variable.
public delegate ref R RefOutFunc<in T1, R>(T1 arg1)
Parameters
arg1
T11st argument.
Returns
- R
Reference to variable.
Type Parameters
T1
Type of 1st argument.
R
Type of returned type of reference.
- Extension Methods