CacheableStringArrayCreate Method (CacheableString) |
Static function to create a new instance assigning the given
CacheableString array.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableStringArray Create(
CacheableString[] strings
)
Public Shared Function Create (
strings As CacheableString()
) As CacheableStringArray
public:
static CacheableStringArray^ Create(
array<CacheableString^>^ strings
)
static member Create :
strings : CacheableString[] -> CacheableStringArray
Parameters
- strings
- Type: GemStone.GemFire.CacheCacheableString
Return Value
Type:
CacheableStringArray
Exceptions
Remarks
If the given array of strings is null or of zero-length then
this method returns null.
See Also