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)
Parameter | Type | Description |
---|---|---|
value | const System::String& | String to add. |
ReturnValue
Index of inserted element.
See Also
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++