Caution
You must ensure that the specified indices designate an element in the bounds
of the actual underlying array. Attempting to access protected memory may crash the runtime.
[SecurityCriticalAttribute]
public ref TTo GetElementReferenceUnsafe(
int z,
int y,
int x
)<SecurityCriticalAttribute>
Public Function GetElementReferenceUnsafe (
z As Integer,
y As Integer,
x As Integer
) As TTopublic:
[SecurityCriticalAttribute]
TTo% GetElementReferenceUnsafe(
int z,
int y,
int x
)[<SecurityCriticalAttribute>]
member GetElementReferenceUnsafe :
z : int *
y : int *
x : int -> 'TTo | VerificationException | .NET Framework only: you execute this method in a partially trusted AppDomain that does not allow executing unverifiable code. |
| NullReferenceException | IsNull is . |