public T GetElementUnchecked(
int y,
int x
)
Public Function GetElementUnchecked (
y As Integer,
x As Integer
) As T
public:
T GetElementUnchecked(
int y,
int x
)
member GetElementUnchecked :
y : int *
x : int -> 'T
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 . |