System.Windows.Forms.ListBox.SelectedObjectCollection.IList C# (CSharp) 메소드

IList() 개인적인 메소드

private IList ( ) : void
리턴 void
			void IList.Clear ()
			{
				throw new NotSupportedException ();
			}

Same methods

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