This documentation is archived and is not being maintained.

VariableSizeList::IList::Insert Method

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

private:
virtual void Insert(
	int index, 
	Object^ value
) sealed = IList::Insert

Parameters

index
Type: System::Int32
value
Type: System::Object

Implements

IList::Insert(Int32, Object)

Show: