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

IList() private method

private IList ( object value ) : bool
value object
return 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