System.Windows.Forms.ListBox.ObjectCollection.CopyTo C# (CSharp) Method

CopyTo() public method

public CopyTo ( object destination, int arrayIndex ) : void
destination object
arrayIndex int
return void
			public void CopyTo (object[] destination, int arrayIndex)
			{
				object [] dest = destination;
#else