System::Collections::Specialized::StringCollection::data method
StringCollection::data() method
Internal data structure accessor.
std::vector<System::String> & System::Collections::Specialized::StringCollection::data()
ReturnValue
Reference to internal data structure.
See Also
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++
StringCollection::data() const method
Internal data structure accessor.
const std::vector<System::String> & System::Collections::Specialized::StringCollection::data() const
ReturnValue
Const reference to internal data structure.
See Also
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++