System::Collections::Specialized::StringCollection::Insert method

StringCollection::Insert method

Inserts specific value into container.

void System::Collections::Specialized::StringCollection::Insert(int index, const System::String &value)
ParameterTypeDescription
indexintIndex to insert string into.
valueconst System::String&Value to insert into specified position.

See Also