System::Collections::Specialized::StringDictionary::idx_get method
StringDictionary::idx_get method
Gets value at specific key.
virtual String System::Collections::Specialized::StringDictionary::idx_get(const String &key) const override
Parameter | Type | Description |
---|---|---|
key | const String& | Key to look at. |
ReturnValue
Copy of value at specified position, either existing or newly created.
See Also
- Class String
- Class StringDictionary
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++