System.Windows.Forms.CheckedListBox.CheckedItemCollection.IList C# (CSharp) Méthode

IList() private méthode

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