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 (array<TimeRange>[]()[][])

Copies the elements of an array to the end of the [TimeRangeCollection].

Namespace:  CAS.Lib.CodeProtect.LicenseDsc.Constraints
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public void AddRange(
	TimeRange[] val
)
Public Sub AddRange ( _
	val As TimeRange() _
)
public:
void AddRange(
	array<TimeRange^>^ val
)

Parameters

val
Type: array<TimeRange>[]()[][]
An array of my_Type [TimeRange] containing the objects to add to the collection.