idx_set()

StringCollection::idx_set(int, const System::String&) method

Sets value at specified position.

void System::Collections::Specialized::StringCollection::idx_set(int index, const System::String &value)

Arguments

ParameterTypeDescription
indexintIndex to set string at.
valueconst System::String&String value to set at specified index.

See Also