CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

TimeRangeCollection..::..AddRange Method (TimeRangeCollection)

Adds the contents of another [TimeRangeCollection] to the end of the collection.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc.Constraints
Assembly:  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.