IPersistentListT Interface |
[Missing <summary> documentation for "T:Couchbase.DataStructures.IPersistentList`1"]
Namespace: Couchbase.DataStructures
public interface IPersistentList<T> : ICollection, IEnumerable, IList<T>, ICollection<T>, IEnumerable<T>
[Missing <typeparam name="T"/> documentation for "T:Couchbase.DataStructures.IPersistentList`1"]
The IPersistentListT type exposes the following members.
| Name | Description | |
|---|---|---|
| CountAsync |
| Name | Description | |
|---|---|---|
| AddAsync | ||
| ClearAsync | ||
| ContainsAsync | ||
| CopyToAsync(Array, Int32) | ||
| CopyToAsync(T, Int32) | ||
| IndexOfAsync | ||
| InsertAsync | ||
| RemoveAsync | ||
| RemoveAtAsync |