System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.IList C# (CSharp) Method

IList() public method

public IList ( object value ) : void
value object
return void
			void IList.Remove (object value)
			{
				Remove (value as ToolStripPanelRow);
			}

Same methods

ToolStripPanel.ToolStripPanelRowCollection::IList ( object value ) : bool
ToolStripPanel.ToolStripPanelRowCollection::IList ( object value ) : int
ToolStripPanel.ToolStripPanelRowCollection::IList ( ) : void
ToolStripPanel.ToolStripPanelRowCollection::IList ( int index ) : void
ToolStripPanel.ToolStripPanelRowCollection::IList ( int index, object value ) : void