Class SourceActions<T>
public abstract record SourceActions<T> : SourceActions, IEquatable<SourceActions>, IEnumerable<ISourceAction>, IEnumerable, IEquatable<SourceActions<T>> where T : ISourceAction
Type Parameters
T
- Inheritance
-
SourceActions<T>
- Implements
- Derived
- Inherited Members
Properties
Actions
public IList<ISourceAction> Actions { get; set; }
Property Value
Methods
Add(ISourceAction)
public void Add(ISourceAction action)
Parameters
actionISourceAction
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<ISourceAction> GetEnumerator()
Returns
- IEnumerator<ISourceAction>
An enumerator that can be used to iterate through the collection.