Inserts a new object in the collection

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Parameters

index
Type: System..::..Int32
Index of the object in the collection
value
Type: Ico.Awx.Common..::..AlarmSubscription
The object that must be inserted

See Also