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

IList() private méthode

private IList ( int index, object value ) : void
index int
value object
Résultat void
			void IList.Insert (int index, object value)
			{
				throw new NotSupportedException ();
			}

Same methods

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