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

IList() private méthode

private IList ( object value ) : int
value object
Résultat int
			int IList.Add (object value)
			{
				throw new NotSupportedException ();
			}

Same methods

ListBox.SelectedObjectCollection::IList ( ) : void
ListBox.SelectedObjectCollection::IList ( int index ) : void
ListBox.SelectedObjectCollection::IList ( int index, object value ) : void
ListBox.SelectedObjectCollection::IList ( object value ) : void