Table of Contents

Property this

Namespace
Eon
Assembly
Eon.dll

this[int]

Provides index based access to a shared enumerated version of this Schedule. This will grow the internal buffer in a synchronized way by doubling the current length of the buffer when it is filled.

public Duration this[int index] { get; }

Parameters

index int

index

Property Value

Duration

Remarks

This can only ever be as large as MaxValue

Exceptions

IndexOutOfRangeException

when the Schedule has less emissions than the provided index