OrderedDictionary<TKey,TValue>.ValueCollection.IList.Add(Object) Method

Definition

Adds an item to the IList.

C#
int IList.Add(object value);

Parameters

value
Object

The object to add to the IList.

Returns

The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.

Implements

Applies to

Product Versions
.NET 9