Table of Contents

Delegate RefOutFunc<R>

Namespace
CarinaStudio
Assembly
CarinaStudio.AppBase.Core.dll

Function to return a reference to variable.

public delegate ref R RefOutFunc<R>()

Returns

R

Reference to variable.

Type Parameters

R

Type of returned type of reference.

Extension Methods