EAPCollectionBaseSetItem Method (Int32, Object) |
Sets an item's value at the specified index.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void SetItem(
int index,
Object value
)
Protected Sub SetItem (
index As Integer,
value As Object
)
Parameters
- index
- Type: SystemInt32
The index of the item to set. - value
- Type: SystemObject
The value object to set as the items value.
Remarks Note that if the item is not found, then it is added. No exception is thrown.
See Also