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

IList() private méthode

private IList ( object value ) : void
value object
Résultat void
			void IList.Remove (object value)
			{
				throw new NotSupportedException ();
			}

Same methods

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