Syntax
| C# |
|---|
public class CacheableHashSet |
| Visual Basic (Declaration) |
|---|
Public Class CacheableHashSet |
| Visual C++ |
|---|
public ref class CacheableHashSet |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| BucketCount |
Get the number of buckets used by the HashSet.
| |
| ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
(Overrides Serializable..::ClassId.) | |
| Count |
Gets the number of elements contained in the CacheableHashSet.
| |
| IsEmpty |
True if the CacheableHashSet's size is 0.
| |
| IsReadOnly |
Gets a value indicating whether the collection is read-only.
| |
| MaxLength |
Get the largest possible size of the CacheableHashSet.
| |
| ObjectSize |
return the size of this object in bytes
(Inherited from Serializable.) |
See Also
GemStone.GemFire.Cache Namespace