System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : objectIList.System.Collections
index int
return objectIList.System.Collections
			object IList.this [int index] {
				get { return this [index]; }
				[MonoTODO ("Stub, does nothing")]
				set { }
			}

Same methods

ToolStripPanel.ToolStripPanelRowCollection::this ( int index ) : System.Windows.Forms.ToolStripPanelRow