System.Windows.Forms.ListBox.IntegerCollection.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 (string.Format (
					CultureInfo.InvariantCulture, "No items "
					+ "can be inserted into {0}, since it is"
					+ " a sorted collection.", this.GetType ()));
			}

Same methods

ListBox.IntegerCollection::IList ( object item ) : bool
ListBox.IntegerCollection::IList ( object item ) : int
ListBox.IntegerCollection::IList ( ) : void
ListBox.IntegerCollection::IList ( int index ) : void
ListBox.IntegerCollection::IList ( object value ) : void