CacheableStack Constructor (IEnumerableIGFSerializable) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableStack(
IEnumerable<IGFSerializable> collection
)
Public Sub New (
collection As IEnumerable(Of IGFSerializable)
)
public:
CacheableStack(
IEnumerable<IGFSerializable^>^ collection
)
new :
collection : IEnumerable<IGFSerializable> -> CacheableStack
Parameters
- collection
- Type: System.Collections.GenericIEnumerableIGFSerializable
See Also