CacheableObjectArray Constructor (IEnumerableObject) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableObjectArray(
IEnumerable<Object> collection
)
Public Sub New (
collection As IEnumerable(Of Object)
)
public:
CacheableObjectArray(
IEnumerable<Object^>^ collection
)
new :
collection : IEnumerable<Object> -> CacheableObjectArray
Parameters
- collection
- Type: System.Collections.GenericIEnumerableObject
See Also