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

IList() private method

private IList ( int index ) : void
index int
return 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