Click or drag to resize
Wizard .NET Library

EventedListTInsert Method

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void Insert(
	int index,
	T item
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: T
The object to insert into the EventedListT.
Exceptions
See Also