CacheableStringArrayCreate Method (String) |
Static function to create a new instance copying from the given
string array.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableStringArray Create(
string[] strings
)
Public Shared Function Create (
strings As String()
) As CacheableStringArray
public:
static CacheableStringArray^ Create(
array<String^>^ strings
)
static member Create :
strings : string[] -> CacheableStringArray
Parameters
- strings
- Type: SystemString
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