System.Windows.Forms.ListBox.IntegerCollection.this C# (CSharp) 메소드

this() 개인적인 메소드

private this ( int index ) : objectIList.System
index int
리턴 objectIList.System
			object IList.this[int index] {
				get { return this[index]; }
				set { this[index] = (int)value; }
			}
			#endregion

Same methods

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