System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.IList C# (CSharp) Méthode

IList() public méthode

public IList ( int index, object value ) : void
index int
value object
Résultat void
			void IList.Insert (int index, object value)
			{
				Insert (index, 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 ( object value ) : void