System.Windows.Forms.ToolStripItemCollection.IList C# (CSharp) Method

IList() private method

private IList ( ) : void
return void
		void IList.Clear ()
		{
			this.Clear ();
		}

Same methods

ToolStripItemCollection::IList ( object value ) : bool
ToolStripItemCollection::IList ( object value ) : int
ToolStripItemCollection::IList ( int index ) : void
ToolStripItemCollection::IList ( int index, object value ) : void
ToolStripItemCollection::IList ( object value ) : void