System.Windows.Forms.ControlCollection.AddRange C# (CSharp) Méthode

AddRange() public méthode

public AddRange ( Control InControls ) : void
InControls Control
Résultat void
		public void AddRange (Control[] InControls)
		{
			foreach (var view in InControls)
			{
				theView.AddSubview (view);
			}
		}