Click or drag to resize

ArrayObject Methods

The ArrayObject type exposes the following members.

Methods
  NameDescription
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 methodGetArray
Gets the value at the given index as a read only array
Public methodGetBlob
Gets the value at the given index as a Blob
Public methodGetBoolean
Gets the value at the given index as a Boolean
Public methodGetDate
Gets the value at the given index as a DateTimeOffset
Public methodGetDictionary
Gets the value at the given index as a DictionaryObject
Public methodGetDouble
Gets the value at the given index as a Double
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetFloat
Gets the value at the given index as a Single
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInt
Gets the value at the given index as an Int32
Public methodGetLong
Gets the value at the given index as an Int64
Public methodGetString
Gets the value at the given index as a String
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value at the given index as an untyped object
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToList
Similar to the LINQ method, but returns all objects converted to standard .NET types
Public methodToMutable
Creates a copy of this object that can be mutated
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also