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

IList() private method

private IList ( object value ) : bool
value object
return bool
			bool IList.Contains (object value)
			{
				return Contains (value as ToolStripPanelRow);
			}

Same methods

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