System.Windows.Forms.Menu.MenuItemCollection.this C# (CSharp) Method

this() private method

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

Same methods

Menu.MenuItemCollection::this ( int index ) : MenuItem
Menu.MenuItemCollection::this ( string key ) : MenuItem