public void SetElementUnchecked(
int z,
int y,
int x,
T value
)
Public Sub SetElementUnchecked (
z As Integer,
y As Integer,
x As Integer,
value As T
)
public:
void SetElementUnchecked(
int z,
int y,
int x,
T value
)
member SetElementUnchecked :
z : int *
y : int *
x : int *
value : 'T -> unit
If the compiler you use supports members that return a value by reference, you can also use the GetElementReferenceUnchecked method.
IndexOutOfRangeException | The specified indices refer to an invalid index in the actual underlying array. |
NullReferenceException | The IsNull property returns . |