Table of Contents

Delegate PointerAction<T>

Namespace
CarinaStudio
Assembly
CarinaStudio.AppBase.Core.dll

Action on pointer of unmanaged type.

public delegate void PointerAction<T>(T* pointer) where T : unmanaged

Parameters

pointer T*

Pointer.

Type Parameters

T

Type of value.

Extension Methods