System.Windows.Forms.Menu.MenuItemCollection.IList C# (CSharp) Method

IList() private method

private IList ( int index, object value ) : void
index int
value object
return void
			void IList.Insert (int index, object value)
			{
				Insert (index, (MenuItem) value);
			}

Same methods

Menu.MenuItemCollection::IList ( object value ) : bool
Menu.MenuItemCollection::IList ( object value ) : int
Menu.MenuItemCollection::IList ( object value ) : void