Returns a copy of the underlying string at the given index.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public string this[ int index ]{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As String |
| Visual C++ |
|---|
public: property String^ default[int index] { String^ get (int index); } |
Parameters
- index
- Int32
See Also
CacheableStringArray Class
GemStone.GemFire.Cache Namespace