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

TimeRangeCollection..::..Insert Method

Inserts a [TimeRange] into the [TimeRangeCollection] at the specified index.

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

Syntax


public void Insert(
	int index,
	TimeRange val
)
Public Sub Insert ( _
	index As Integer, _
	val As TimeRange _
)
public:
void Insert(
	int^ index, 
	TimeRange^ val
)

Parameters

index
Type: Int32
The zero-based index where val should be inserted.
val
Type: CAS.Lib.CodeProtect.LicenseDsc.Constraints..::..TimeRange
The [TimeRange] to insert.