Click or drag to resize

ChildPlatformCollectionSetItem Method

Replaces the element at the given index.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override void SetItem(
	int index,
	Platform item
)

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