System.Windows.Forms.ListBox.IntegerCollection.AddRange C# (CSharp) Method

AddRange() public method

public AddRange ( int items ) : void
items int
return void
			public void AddRange (int[] items)
			{
				AddItems (items);
			}
			

Same methods

ListBox.IntegerCollection::AddRange ( IntegerCollection value ) : void