Table of Contents

Interface ICollectionVariableElementSnapshot<TElement>

Namespace
LfrlAnvil.Reactive.State.Events
Assembly
LfrlAnvil.Reactive.State.dll

Represents a generic snapshot of an IReadOnlyCollectionVariable element.

public interface ICollectionVariableElementSnapshot<out TElement> : ICollectionVariableElementSnapshot

Type Parameters

TElement

Element type.

Inherited Members

Properties

Element

Underlying element.

TElement Element { get; }

Property Value

TElement