System.Windows.Forms.ToolStripItemCollection.IList C# (CSharp) Метод

IList() приватный Метод

private IList ( object value ) : int
value object
Результат int
		int IList.Add (object value)
		{
			return this.Add ((ToolStripItem)value);
		}

Same methods

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