Algorithms..::..FillRange<(Of <(<'T>)>)> Method (IList<(Of <(<'T>)>)>, Int32, Int32, T)
Replaces each item in a part of a list with a given value.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Type Parameters
- T
- The type of items in the list.
Exceptions
Exception | Condition |
---|---|
ArgumentException | list is a read-only list. |
ArgumentOutOfRangeException | start or count is negative, or start + count is greater than list.Count. |
ArgumentNullException | list is null. |