Click or drag to resize
CacheableStringArray Methods

The CacheableStringArray type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate(String)
Static function to create a new instance copying from the given string array.
Public methodStatic memberCreate(CacheableString)
Static function to create a new instance assigning the given CacheableString array.
Public methodStatic memberCreateDeserializable
Factory function to register this class.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromData
Deserializes the managed object -- returns an instance of the IGFSerializable class.
(Overrides SerializableFromData(DataInput).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
Returns a copy of the underlying array of strings.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToData
Serializes this managed object.
(Overrides SerializableToData(DataOutput).)
Public methodToString (Overrides SerializableToString.)
Top
See Also