Inserts a SmartTileBackgroundState object into the list at the specified index.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Insert(
	int index,
	SmartTileBackgroundState value
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	value As SmartTileBackgroundState _
)
JScript
public final function Insert(
	index : int, 
	value : SmartTileBackgroundState
)

Parameters

index
Type: System..::..Int32
The zero-based index at which value should be inserted.
value
Type: Ico.Windows.Controls..::..SmartTileBackgroundState
The value to insert

Implements

IList<(Of <(<'T>)>)>..::..Insert(Int32, T)

See Also