ExprBoundLambda sealed class ExprBoundLambda : ExprWithType Documentation Code public Scope ArgumentScope { get; set; } public AggregateType DelegateType { get; } public ExprBlock OptionalBody { get; set; } public ExprBoundLambda(CType type)