Syntax
| C# |
|---|
public class CacheableVector |
| Visual Basic (Declaration) |
|---|
Public Class CacheableVector |
| Visual C++ |
|---|
public ref class CacheableVector |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from List<(Of <IGFSerializable>)>.) | |
| 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 actually contained in the List<(Of <T>)>. (Inherited from List<(Of <IGFSerializable>)>.) | |
| Item | Gets or sets the element at the specified index. (Inherited from List<(Of <IGFSerializable>)>.) | |
| ObjectSize |
return the size of this object in bytes
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollection<(Of <T>)>..::IsReadOnly | (Inherited from List<(Of <IGFSerializable>)>.) | |
| ICollection..::IsSynchronized | (Inherited from List<(Of <IGFSerializable>)>.) | |
| ICollection..::SyncRoot | (Inherited from List<(Of <IGFSerializable>)>.) | |
| IList..::IsFixedSize | (Inherited from List<(Of <IGFSerializable>)>.) | |
| IList..::IsReadOnly | (Inherited from List<(Of <IGFSerializable>)>.) | |
| IList..::Item | (Inherited from List<(Of <IGFSerializable>)>.) |
See Also
GemStone.GemFire.Cache Namespace