System.Windows.Forms.ListView.SelectedIndexCollection.IList C# (CSharp) Méthode

IList() private méthode

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

Same methods

ListView.SelectedIndexCollection::IList ( object selectedIndex ) : bool
ListView.SelectedIndexCollection::IList ( object value ) : int
ListView.SelectedIndexCollection::IList ( int index ) : void
ListView.SelectedIndexCollection::IList ( int index, object value ) : void
ListView.SelectedIndexCollection::IList ( object value ) : void