[]
Represents collection of item ranges.
public interface IItemRangeCollection : IList<IItemRange>, ICollection<IItemRange>, IEnumerable<IItemRange>, IEnumerable
Name | Description |
---|---|
AddRange(IEnumerable<IItemRange>) | Adds the IItemRange elements of the specified collection to the end of the collection. |
SetRange(string) | Tries to parse text into the IItemRange object or list of objects and fill out the collection. |