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