System::Collections::Specialized::StringCollection::Add method

StringCollection::Add method

Adds value to the end of the list.

int System::Collections::Specialized::StringCollection::Add(const System::String &value)
ParameterTypeDescription
valueconst System::String&String to add.

ReturnValue

Index of inserted element.

See Also