Method UnsafeGetCopyOfNativeArrayPtrElement
UnsafeGetCopyOfNativeArrayPtrElement<T>(IntPtr, Int32)
Declaration
public static T UnsafeGetCopyOfNativeArrayPtrElement<T>(IntPtr nativeArrayPtr, int elementIndex)
where T : struct
Parameters
Type | Name | Description |
---|---|---|
IntPtr | nativeArrayPtr | |
Int32 | elementIndex |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |