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

IList() private méthode

private IList ( object value ) : int
value object
Résultat int
			int IList.Add (object value)
			{
				return Add ((MenuItem)value);
			}

Same methods

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