![]() | PersistentListTValue Class |
[Missing <summary> documentation for "T:Couchbase.DataStructures.PersistentList`1"]
Namespace: Couchbase.DataStructures
public class PersistentList<TValue> : PersistentStoreBase<TValue>, IPersistentList<TValue>, ICollection, IEnumerable, IList<TValue>, ICollection<TValue>, IEnumerable<TValue>
[Missing <typeparam name="TValue"/> documentation for "T:Couchbase.DataStructures.PersistentList`1"]
The PersistentListTValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsReadOnly | |
![]() | Item |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | AddAsync | |
![]() | Contains | |
![]() | ContainsAsync | |
![]() | CopyTo | |
![]() | GetEnumerator | |
![]() | IndexOf | |
![]() | IndexOfAsync | |
![]() | Insert | |
![]() | InsertAsync | |
![]() | Remove | |
![]() | RemoveAsync | |
![]() | RemoveAt | |
![]() | RemoveAtAsync |