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

IList() private méthode

private IList ( ) : void
Résultat void
			void IList.Clear ()
			{
				Clear ();
			}

Same methods

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