Interface ICollectionVariableElements
Represents a type-erased collection of elements that belong to an IReadOnlyCollectionVariable.
public interface ICollectionVariableElements : IEnumerable
- Inherited Members
Properties
Count
Number of elements in this collection.
int Count { get; }
Property Value
InvalidElementKeys
Collection of keys of invalid elements.
IEnumerable InvalidElementKeys { get; }
Property Value
Keys
Underlying collection of element keys.
IEnumerable Keys { get; }
Property Value
ModifiedElementKeys
Collection of keys of changed elements.
IEnumerable ModifiedElementKeys { get; }
Property Value
Values
Underlying collection of elements.
IEnumerable Values { get; }
Property Value
WarningElementKeys
Collection of keys of elements with warnings.
IEnumerable WarningElementKeys { get; }