Click or drag to resize

OptionValueCollectionCopyTo Method

Namespace:  NDesk.Options
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void CopyTo(
	string[] array,
	int arrayIndex
)

Parameters

array
Type: SystemString
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also