System.Windows.Forms.ListBox.SelectedObjectCollection.IList C# (CSharp) Method

IList() private method

private IList ( object value ) : int
value object
return 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