StringCollectionSetItem Method
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
protected override void SetItem(
int index,
string item
)
Protected Overrides Sub SetItem (
index As Integer,
item As String
)
protected:
virtual void SetItem(
int index,
String^ item
) override
abstract SetItem :
index : int *
item : string -> unit
override SetItem :
index : int *
item : string -> unit
Parameters
- index Int32
- The index of the item to set
- item String
- The item to store at the specified position