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

IList() private méthode

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

Same methods

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