Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs =================================================================== diff -u -rb0dc46315e824778c8f43d8956f958376a3b802f -r17f4a44cd541127f016ee7653cec93f7d9310cbc --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs (.../HeightStructuresFailureMechanismResultView.cs) (revision b0dc46315e824778c8f43d8956f958376a3b802f) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs (.../HeightStructuresFailureMechanismResultView.cs) (revision 17f4a44cd541127f016ee7653cec93f7d9310cbc) @@ -57,11 +57,14 @@ private readonly RecursiveObserver calculationInputObserver; private readonly RecursiveObserver calculationGroupObserver; - /// /// /// Creates a new instance of . /// + /// The collection of to + /// show in the view. + /// The failure mechanism the results belong to. /// The assessment section the failure mechanism results belong to. + /// Thrown when any parameter is null. public HeightStructuresFailureMechanismResultView( IObservableEnumerable failureMechanismSectionResults, HeightStructuresFailureMechanism failureMechanism,