ChildPlatformCollectionSetItem Method |
Replaces the element at the given index.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected override void SetItem(
int index,
Platform item
)
Protected Overrides Sub SetItem (
index As Integer,
item As Platform
)
protected:
virtual void SetItem(
int index,
Platform^ item
) override
abstract SetItem :
index : int *
item : Platform -> unit
override SetItem :
index : int *
item : Platform -> unit
Parameters
- index
- Type: SystemInt32
TThe index, based at zero, where the item is to be replaced. - item
- Type: AGI.Foundation.PlatformsPlatform
The new value for the element at the given index (Value can be null for reference types).
See Also