operator[]()
StringCollectionPtr::operator const method
Accessor function.
System::String & System::Collections::Specialized::StringCollectionPtr::operator[](int idx) const
Arguments
Parameter | Type | Description |
---|---|---|
idx | int | Index to get element at. |
Return Value
Reference to string at specified position, either existing or newly created.
See Also
- Class String
- Class StringCollectionPtr
- Namespace System::Collections::Specialized
- Library Aspose.Slides