MutableArray Class |
Namespace: Couchbase.Lite
public sealed class MutableArray : ArrayObject, IMutableArray, IArray, IArrayFragment, IReadOnlyCollection<Object>, IEnumerable<Object>, IEnumerable, IMutableArrayFragment
The MutableArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | MutableArray() |
Default Constructor
|
![]() | MutableArray(IList) |
Creates an array with the given data
|
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from ArrayObject.) |
![]() | Item |
Gets the value of an arbitrary index
|
Name | Description | |
---|---|---|
![]() | Add(Boolean) |
Adds an entry to this collection
|
![]() | Add(DateTimeOffset) |
Adds an entry to this collection
|
![]() | Add(Double) |
Adds an entry to this collection
|
![]() | Add(Int32) |
Adds an entry to this collection
|
![]() | Add(Int64) |
Adds an entry to this collection
|
![]() | Add(Object) |
Adds an entry to this collection
|
![]() | Add(Single) |
Adds an entry to this collection
|
![]() | Add(String) |
Adds an entry to this collection
|
![]() | Add(Blob) |
Adds an entry to this collection
|
![]() | Add(DictionaryObject) |
Adds an entry to this collection
|
![]() | Add(MutableArray) |
Adds an entry to this collection
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetArray |
Gets the value at the given index as an array
|
![]() | GetBlob |
Gets the value at the given index as a Blob (Inherited from ArrayObject.) |
![]() | GetBoolean |
Gets the value at the given index as a Boolean (Inherited from ArrayObject.) |
![]() | GetDate |
Gets the value at the given index as a DateTimeOffset (Inherited from ArrayObject.) |
![]() | GetDictionary |
Gets the value at the given index as an IDictionaryObject |
![]() | GetDouble |
Gets the value at the given index as a Double (Inherited from ArrayObject.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from ArrayObject.) |
![]() | GetFloat |
Gets the value at the given index as a Single (Inherited from ArrayObject.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInt |
Gets the value at the given index as an Int32 (Inherited from ArrayObject.) |
![]() | GetLong |
Gets the value at the given index as an Int64 (Inherited from ArrayObject.) |
![]() | GetObject |
Gets the value at the given index as an untyped object
(Inherited from ArrayObject.) |
![]() | GetString |
Gets the value at the given index as a String (Inherited from ArrayObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert(Int32, Blob) |
Inserts a given value at the given index
|
![]() | Insert(Int32, DictionaryObject) |
Inserts a given value at the given index
|
![]() | Insert(Int32, MutableArray) |
Inserts a given value at the given index
|
![]() | Insert(Int32, Boolean) |
Inserts a given value at the given index
|
![]() | Insert(Int32, DateTimeOffset) |
Inserts a given value at the given index
|
![]() | Insert(Int32, Double) |
Inserts a given value at the given index
|
![]() | Insert(Int32, Int32) |
Inserts a given value at the given index
|
![]() | Insert(Int32, Int64) |
Inserts a given value at the given index
|
![]() | Insert(Int32, Object) |
Inserts a given value at the given index
|
![]() | Insert(Int32, Single) |
Inserts a given value at the given index
|
![]() | Insert(Int32, String) |
Inserts a given value at the given index
|
![]() | RemoveAt |
Removes the item at the given index
|
![]() | Set(IList) |
Replaces the contents of this collection with the contents of the given one
|
![]() | Set(Int32, Blob) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, DictionaryObject) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, MutableArray) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, Boolean) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, DateTimeOffset) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, Double) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, Int32) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, Int64) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, Object) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, Single) |
Overwrites the value at the given index with the given value
|
![]() | Set(Int32, String) |
Overwrites the value at the given index with the given value
|
![]() | ToList |
Converts this object to a standard .NET collection
(Inherited from ArrayObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |