Interface ICollectionVariableElementSnapshot<TElement>
Represents a generic snapshot of an IReadOnlyCollectionVariable element.
public interface ICollectionVariableElementSnapshot<out TElement> : ICollectionVariableElementSnapshot
Type Parameters
TElementElement type.
- Inherited Members
Properties
Element
Underlying element.
TElement Element { get; }
Property Value
- TElement