Click or drag to resize

OptionValueCollectionInsert Method

Namespace:  NDesk.Options
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void Insert(
	int index,
	string item
)

Parameters

index
Type: SystemInt32
item
Type: SystemString

Implements

IListTInsert(Int32, T)
See Also