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

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

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

Same methods

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