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

TimeRangeCollection..::..Item Property

Represents the entry at the specified index of the [TimeRange].

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

Syntax


public TimeRange this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As TimeRange
	Get
	Set
public:
property TimeRange^ default[int^ index] {
	TimeRange^ get (int^ index);
	void set (int^ index, TimeRange^ value);
}

Parameters

index
Type: Int32
The zero-based index of the entry to locate in the collection.

Field Value

The entry at the specified index of the collection.

Exceptions


ExceptionCondition
[ArgumentOutOfRangeException]index is outside the valid range of indexes for the collection.