public T GetElementUnchecked(
int index
)Public Function GetElementUnchecked (
index As Integer
) As Tpublic:
T GetElementUnchecked(
int index
)member GetElementUnchecked :
index : int -> 'T If the compiler you use supports members that return a value by reference, you can also use the GetElementReferenceUnchecked method.
| IndexOutOfRangeException | index plus Offset is less than zero or greater or equal to the length of the UnderlyingArray. |
| NullReferenceException | The IsNull property returns . |