[]
Exposes an IList created dynamically by specifying a count and a selector which provide the items
public class C1DelegateList<T> : IList, ICollection, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| C1DelegateList(IReadOnlyList<T>) | Initializes a new instance of the C1DelegateList<T> class. |
| C1DelegateList(IList) | Initializes a new instance of the C1DelegateList<T> class. |
| C1DelegateList(Func<int>, Func<int, T>) | Initializes a new instance of the C1DelegateList<T> class. |
| C1DelegateList(int, Func<int, T>) | Initializes a new instance of the C1DelegateList<T> class. |
| Name | Description |
|---|---|
| Count | |
| IsFixedSize | |
| IsReadOnly | |
| IsSynchronized | |
| this[int] | |
| SyncRoot |