System.Windows.Forms.ListBox.IntegerCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : int
index int
Résultat int
			public int this [int index] {
				get { return list[index]; }
				set { list[index] = value; owner.CalculateTabStops (); }
			}
			#endregion

Same methods

ListBox.IntegerCollection::this ( int index ) : objectIList.System