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

IList() private méthode

private IList ( int index, object value ) : void
index int
value object
Résultat void
		void IList.Insert (int index, object value)
		{
			this.Insert (index, (ToolStripItem)value);
		}

Same methods

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