IDurableList<T>
interface
Namespace: Orleans.Journaling
Represents a list whose mutations are recorded in a journal.
public interface IDurableList<T> : ICollection<T>, IEnumerable<T>, IList<T>, IEnumerableMethods
AddRange(IEnumerable<T>)Adds the elements of the specified collection to the end of the list.AsReadOnlyReturns a read-only wrapper for the current list.
