System.Windows.Forms.ToolStripItemCollection.this C# (CSharp) Method

this() private method

private this ( int index ) : objectIList.System.Drawing
index int
return objectIList.System.Drawing
		object IList.this[int index] {
			get { return this[index]; }
			set { throw new NotSupportedException (); }
		}
		#endregion

Same methods

ToolStripItemCollection::this ( int index ) : ToolStripItem
ToolStripItemCollection::this ( string key ) : ToolStripItem