Class Chain
Operation to combine operations into a sequence.
Inherited Members
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public sealed class Chain : OperationBase
Properties
Rest
The remaining operations.
Declaration
public IEnumerable<ReifiedOperation> Rest { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ReifiedOperation> |