public void SetElementUnchecked(
int index,
T value
)
Public Sub SetElementUnchecked (
index As Integer,
value As T
)
public:
void SetElementUnchecked(
int index,
T value
)
member SetElementUnchecked :
index : 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 | index plus Offset is less than zero or greater or equal to the length of the UnderlyingArray. |
NullReferenceException | The IsNull property returns . |