Note
This method returns a value by reference. If this library is used by an older compiler that does not support such members,
use the GetElementUnchecked/SetElementUnchecked methods instead.
public ref T GetElementReferenceUnchecked(
int z,
int y,
int x
)
Public Function GetElementReferenceUnchecked (
z As Integer,
y As Integer,
x As Integer
) As T
public:
T% GetElementReferenceUnchecked(
int z,
int y,
int x
)
member GetElementReferenceUnchecked :
z : int *
y : int *
x : int -> 'T
IndexOutOfRangeException | The specified indices refer to an invalid index in the actual underlying array. |
VerificationException | .NET Framework only: you execute this method in a partially trusted AppDomain that does not allow executing unverifiable code. |
NullReferenceException | The IsNull property returns . |