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

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

private IList ( int index ) : void
index int
Результат void
			void IList.RemoveAt (int index)
			{
				throw new NotSupportedException ();
			}
	

Same methods

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