System.Windows.Forms.CheckedListBox.CheckedItemCollection.IList C# (CSharp) Метод

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

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

Same methods

CheckedListBox.CheckedItemCollection::IList ( object value ) : int
CheckedListBox.CheckedItemCollection::IList ( ) : void
CheckedListBox.CheckedItemCollection::IList ( int index, object value ) : void
CheckedListBox.CheckedItemCollection::IList ( object value ) : void