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

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

private IList ( object value ) : int
value object
Результат int
			int IList.Add (object value)
			{
				throw new NotSupportedException ();
			}

Same methods

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