Syntax
| C# |
|---|
public class CacheableStringArray |
| Visual Basic (Declaration) |
|---|
Public Class CacheableStringArray |
| Visual C++ |
|---|
public ref class CacheableStringArray |
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.
(Overrides Serializable..::ClassId.) | |
| Item |
Returns a copy of the underlying string at the given index.
| |
| Length |
Gets the length of the array.
| |
| ObjectSize |
return the size of this object in bytes
(Inherited from Serializable.) |
See Also
GemStone.GemFire.Cache Namespace