Interface ICollectionVariableRootElements
Represents a type-erased collection of IVariableNode elements that belong to an IReadOnlyCollectionVariableRoot.
public interface ICollectionVariableRootElements : IEnumerable
- Inherited Members
Properties
AddedElementKeys
Collection of keys of added elements.
IEnumerable AddedElementKeys { get; }
Property Value
ChangedElementKeys
Collection of keys of changed elements.
IEnumerable ChangedElementKeys { get; }
Property Value
Count
Number of elements in this collection.
int Count { get; }
Property Value
InvalidElementKeys
Collection of keys of invalid nodes.
IEnumerable InvalidElementKeys { get; }
Property Value
Keys
Underlying collection of element keys.
IEnumerable Keys { get; }
Property Value
RemovedElementKeys
Collection of keys of removed elements.
IEnumerable RemovedElementKeys { get; }
Property Value
Values
Underlying collection of IVariableNode elements.
IReadOnlyCollection<IVariableNode> Values { get; }
Property Value
WarningElementKeys
Collection of keys of nodes with warnings.
IEnumerable WarningElementKeys { get; }