System.Windows.Forms.TabControl.TabPageCollection.ICollection C# (CSharp) Method

ICollection() private method

private ICollection ( Array dest, int index ) : void
dest System.Array
index int
return void
			void ICollection.CopyTo (Array dest, int index)
			{
				owner.Controls.CopyTo (dest, index);
			}