Allocates a new instance copying from the given string array.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public CacheableStringArray( string[] strings ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ strings As String() _ ) |
| Visual C++ |
|---|
public: CacheableStringArray ( array<String^>^ strings ) |
Parameters
- strings
- array<String>[]()
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalArgumentException | If the array contains a string greater than or equal 64K in length. |
See Also
CacheableStringArray Class
GemStone.GemFire.Cache Namespace