DayInstanceCollectionAddRange(IEnumerableDayInstance) Method
Add a range of
DayInstance objects from an enumerable list
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void AddRange(
IEnumerable<DayInstance> days
)
Public Sub AddRange (
days As IEnumerable(Of DayInstance)
)
public:
void AddRange(
IEnumerable<DayInstance^>^ days
)
member AddRange :
days : IEnumerable<DayInstance> -> unit
Parameters
- days IEnumerableDayInstance
- The enumerable list of day instances