ArrayObject Class |
Namespace: Couchbase.Lite
public class ArrayObject : IArray, IArrayFragment, IEnumerable<Object>, IEnumerable
The ArrayObject type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in this array
| |
| Item |
Gets the value of the given index, or lack thereof,
wrapped inside of a IFragment |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetArray |
Gets the value at the given index as a read only array
| |
| GetBlob |
Gets the value at the given index as a Blob | |
| GetBoolean |
Gets the value at the given index as a Boolean | |
| GetDate |
Gets the value at the given index as a DateTimeOffset | |
| GetDictionary |
Gets the value at the given index as a DictionaryObject | |
| GetDouble |
Gets the value at the given index as a Double | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetFloat |
Gets the value at the given index as a Single | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInt |
Gets the value at the given index as an Int32 | |
| GetLong |
Gets the value at the given index as an Int64 | |
| GetString |
Gets the value at the given index as a String | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue |
Gets the value at the given index as an untyped object
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToList |
Similar to the LINQ method, but returns all objects converted to standard
.NET types
| |
| ToMutable |
Creates a copy of this object that can be mutated
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |