System.Windows.Forms.ListBox.IntegerCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : int
index int
return 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