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

AddRange() public method

public AddRange ( IntegerCollection value ) : void
value IntegerCollection
return void
			public void AddRange (IntegerCollection value)
			{
				AddItems (value);
			}

Same methods

ListBox.IntegerCollection::AddRange ( int items ) : void