StringValues.IList<String>.Insert(Int32, String) Method

Definition

Inserts an item to the IList<T> at the specified index.

C#
void IList<string>.Insert(int index, string? item);

Parameters

index
Int32

The zero-based index at which item should be inserted.

item
String

The object to insert into the IList<T>.

Implements

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)