[]
Represents collection of item ranges.
public class ItemRangeCollection : BindingList<IItemRange>, IReadOnlyList<IItemRange>, IReadOnlyCollection<IItemRange>, IBindingList, IList, ICollection, ICancelAddNew, IRaiseItemChangedEvents, IItemRangeCollection, IList<IItemRange>, ICollection<IItemRange>, IEnumerable<IItemRange>, IEnumerable, ICloneable
| Name | Description |
|---|---|
| ItemRangeCollection() | Initializes a new instance of the ItemRangeCollection. |
| ItemRangeCollection(ItemRangeCollection) | Initializes a new instance of the ItemRangeCollection. |
| Name | Description |
|---|---|
| AddRange(IEnumerable<IItemRange>) | Adds the IItemRange elements of the specified collection to the end of the collection. |
| Clone() | Creates a new object that is a copy of the current instance. |
| SetRange(string) | Tries to parse text into the IItemRange object or list of objects and fill out the collection. |
| ToString() |