System.Windows.Forms.Menu.MenuItemCollection.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)
			{
				Insert (index, (MenuItem) value);
			}

Same methods

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