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 index
)Public Function GetElementReferenceUnchecked (
index As Integer
) As Tpublic:
T% GetElementReferenceUnchecked(
int index
)member GetElementReferenceUnchecked :
index : int -> 'T | IndexOutOfRangeException | index plus Offset is less than zero or greater or equal to the length of the UnderlyingArray. |
| 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 . |