Syntax
| C# |
|---|
public class CacheableStack |
| Visual Basic (Declaration) |
|---|
Public Class CacheableStack |
| Visual C++ |
|---|
public ref class CacheableStack |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
| |
| Count | Gets the number of elements contained in the Stack<(Of <T>)>. (Inherited from Stack<(Of <IGFSerializable>)>.) | |
| ObjectSize |
return the size of this object in bytes
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollection..::IsSynchronized | (Inherited from Stack<(Of <IGFSerializable>)>.) | |
| ICollection..::SyncRoot | (Inherited from Stack<(Of <IGFSerializable>)>.) |
See Also
GemStone.GemFire.Cache Namespace