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

IList() private méthode

private IList ( int index ) : void
index int
Résultat 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