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