FastLookupCollectionTSetItem Method
Replaces the item at the specified index.
Namespace: KGySoft.Collections.ObjectModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected override void SetItem(
int index,
T item
)
Protected Overrides Sub SetItem (
index As Integer,
item As T
)
protected:
virtual void SetItem(
int index,
T item
) override
abstract SetItem :
index : int *
item : 'T -> unit
override SetItem :
index : int *
item : 'T -> unit
Parameters
- index Int32
- The zero-based index of the element to replace.
- item T
- The new value for the element at the specified index.