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

IList() private méthode

private IList ( int index, object value ) : void
index int
value object
Résultat void
			void IList.Insert (int index, object value)
			{
				throw new NotSupportedException ();
			}

Same methods

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