System.Windows.Forms.Menu.MenuItemCollection.this C# (CSharp) Méthode

this() private méthode

private this ( int index ) : objectIList.System.Collections
index int
Résultat 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