Delegate PointerOutFunc<R>
- Namespace
- CarinaStudio
- Assembly
- CarinaStudio.AppBase.Core.dll
Function to return pointer of unmanaged type.
public delegate R* PointerOutFunc<R>() where R : unmanaged
Returns
- R*
- Function to return pointer of unmanaged type.
Type Parameters
R
Type of returned value.
- Extension Methods