CacheableObjectArrayCreate Method (IEnumerableObject) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableObjectArray Create(
IEnumerable<Object> collection
)
Public Shared Function Create (
collection As IEnumerable(Of Object)
) As CacheableObjectArray
public:
static CacheableObjectArray^ Create(
IEnumerable<Object^>^ collection
)
static member Create :
collection : IEnumerable<Object> -> CacheableObjectArray
Parameters
- collection
- Type: System.Collections.GenericIEnumerableObject
Return Value
Type:
CacheableObjectArray
See Also