System.Windows.Forms.ToolStripItemCollection.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 this.Contains ((ToolStripItem)value);
		}

Same methods

ToolStripItemCollection::IList ( object value ) : int
ToolStripItemCollection::IList ( ) : void
ToolStripItemCollection::IList ( int index ) : void
ToolStripItemCollection::IList ( int index, object value ) : void
ToolStripItemCollection::IList ( object value ) : void