ArrayBuilder<T>.SetItem(Int32, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write value
to slot index
.
Fills in unallocated slots preceding the index
, if any.
public:
void SetItem(int index, T value);
public void SetItem (int index, T value);
member this.SetItem : int * 'T -> unit
Public Sub SetItem (index As Integer, value As T)
Parameters
- index
- Int32
- value
- T