Add()

StringCollection::Add(const System::String&) method

Adds value to the end of the list.

int System::Collections::Specialized::StringCollection::Add(const System::String &value)

Arguments

ParameterTypeDescription
valueconst System::String&String to add.

Return Value

Index of inserted element.

See Also