Table of Contents

Delegate RefAction<T>

Namespace
CarinaStudio
Assembly
CarinaStudio.AppBase.Core.dll

Action on reference to variable.

public delegate void RefAction<T>(ref T arg)

Parameters

arg T

Reference to variable.

Type Parameters

T

Type of variable.

Extension Methods