Class UnsafeUtilityEx
Inheritance
UnsafeUtilityEx
Syntax
public static class UnsafeUtilityEx
Methods
ArrayElementAsRef<T>(Void*, Int32)
Declaration
public static T ArrayElementAsRef<T>(void *ptr, int index)
where T : struct
Parameters
Returns
Type Parameters
As<U, T>(ref U)
Declaration
public static T As<U, T>(ref U from)
Parameters
Type |
Name |
Description |
U |
from |
|
Returns
Type Parameters
AsRef<T>(Void*)
Declaration
public static T AsRef<T>(void *ptr)
where T : struct
Parameters
Type |
Name |
Description |
Void* |
ptr |
|
Returns
Type Parameters