System.Windows.Forms.ComboBox.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_items.CopyTo (destination, arrayIndex);
			}