| IArray Interface | 
Namespace: Couchbase.Lite
 Syntax
Syntaxpublic interface IArray : IArrayFragment, IEnumerable<Object>, IEnumerable
The IArray type exposes the following members.
 Properties
Properties| 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(Inherited from IArrayFragment.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | 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.(Inherited from IEnumerableObject.) | 
|  | GetFloat | 
            Gets the value at the given index as a Single | 
|  | 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 | 
|  | GetValue | 
            Gets the value at the given index as an untyped object
             | 
 See Also
See Also