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

IList() private method

private IList ( int index ) : void
index int
return void
			void IList.RemoveAt (int index)
			{
				RemoveAt (index);
			}

Same methods

ListBox.IntegerCollection::IList ( object item ) : bool
ListBox.IntegerCollection::IList ( object item ) : int
ListBox.IntegerCollection::IList ( ) : void
ListBox.IntegerCollection::IList ( int index, object value ) : void
ListBox.IntegerCollection::IList ( object value ) : void