CacheableStackCreate Method (IEnumerableIGFSerializable) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableStack Create(
IEnumerable<IGFSerializable> collection
)
Public Shared Function Create (
collection As IEnumerable(Of IGFSerializable)
) As CacheableStack
public:
static CacheableStack^ Create(
IEnumerable<IGFSerializable^>^ collection
)
static member Create :
collection : IEnumerable<IGFSerializable> -> CacheableStack
Parameters
- collection
- Type: System.Collections.GenericIEnumerableIGFSerializable
Return Value
Type:
CacheableStack
See Also