TimeRangeCollection..::..AddRange Method (TimeRangeCollection)
Adds the contents of another [TimeRangeCollection] to the end of the collection.
Namespace:
CAS.Lib.CodeProtect.LicenseDsc.ConstraintsAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
public void AddRange( TimeRangeCollection val )
Public Sub AddRange ( _ val As TimeRangeCollection _ )
public: void AddRange( TimeRangeCollection^ val )
Parameters
- val
- Type: CAS.Lib.CodeProtect.LicenseDsc.Constraints..::..TimeRangeCollection
A [TimeRangeCollection] containing the objects to add to the collection.