Syntax
| C# |
|---|
public class CacheableHashSetType<gemfire::CacheableContainerType<gemfire::HashSetT<gemfire::SharedPtr<gemfire::CacheableKey> >,66> > |
| Visual Basic (Declaration) |
|---|
Public Class CacheableHashSetType<gemfire::CacheableContainerType<gemfire::HashSetT<gemfire::SharedPtr<gemfire::CacheableKey> >,66> > |
| Visual C++ |
|---|
public ref class CacheableHashSetType<gemfire::CacheableContainerType<gemfire::HashSetT<gemfire::SharedPtr<gemfire::CacheableKey> >,66> > |
The type exposes the following members.
Protected Constructors
Public Methods
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| FromData |
Deserializes the native (C++) object -- returns an instance of
the Serializable class with the native object wrapped inside.
(Inherited from Serializable.) | |
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove | ||
| ToData |
Serializes this native (C++) object.
(Inherited from Serializable.) | |
| ToString |
Return a string representation of the object.
It simply returns the string representation of the underlying
native object by calling its toString() function.
(Inherited from Serializable.) |
Protected Methods
| Name | Description | |
|---|---|---|
| _SetNativePtr | (Inherited from SBWrap<gemfire::Serializable>.) | |
| AssignPtr | (Inherited from SBWrap<gemfire::Serializable>.) | |
| Dispose | (Inherited from SBWrap<gemfire::Serializable>.) | |
| Finalize | (Inherited from SBWrap<gemfire::Serializable>.) | |
| InternalCleanup | (Inherited from SBWrap<gemfire::Serializable>.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| BucketCount | ||
| ClassId | (Overrides Serializable..::ClassId.) | |
| Count | ||
| IsEmpty | ||
| IsReadOnly | ||
| MaxSize | ||
| ObjectSize |
return the size of this object in bytes
(Inherited from Serializable.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable..::GetEnumerator |