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 y,
int x
)
<SecurityCriticalAttribute>
Public Function GetElementReferenceUnsafe (
y As Integer,
x As Integer
) As TTo
public:
[SecurityCriticalAttribute]
TTo% GetElementReferenceUnsafe(
int y,
int x
)
[<SecurityCriticalAttribute>]
member GetElementReferenceUnsafe :
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 . |