System.Windows.Forms.Menu.MenuItemCollection.IList C# (CSharp) 메소드

IList() 개인적인 메소드

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