Show / Hide Table of Contents

Class SuccessErrorContinuationPair

(Infrastructure) Representation of a pair of success and error continuations.

Inheritance
System.Object
SuccessErrorContinuationPair
Namespace: System.Linq.CompilerServices
Assembly: Nuqleon.Linq.CompilerServices.dll
Syntax
public sealed class SuccessErrorContinuationPair : Object

Constructors

SuccessErrorContinuationPair()

Declaration
public SuccessErrorContinuationPair()

Properties

ErrorContinuation

Gets the expression representing the error continuation.

Declaration
public Expression ErrorContinuation { get; }
Property Value
Type Description
System.Linq.Expressions.Expression

SuccessContinuation

Gets the expression representing the success continuation.

Declaration
public Expression SuccessContinuation { get; }
Property Value
Type Description
System.Linq.Expressions.Expression
In This Article
Back to top Generated by DocFX