Click or drag to resize
CacheableObjectArrayCreate Method (IEnumerableObject)

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static CacheableObjectArray Create(
	IEnumerable<Object> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableObject

Return Value

Type: CacheableObjectArray
See Also