System.Windows.Forms.ListBox.SelectedObjectCollection.IList C# (CSharp) Метод

IList() приватный Метод

private IList ( object value ) : int
value object
Результат 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