Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2D.cs
===================================================================
diff -u -recd4d4b6e6b86aea559e4dee86f46850ee1477bf -rbe4427a66ef77dfa213048b0a823824ea679bce3
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2D.cs (.../SoilProfile2D.cs) (revision ecd4d4b6e6b86aea559e4dee86f46850ee1477bf)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2D.cs (.../SoilProfile2D.cs) (revision be4427a66ef77dfa213048b0a823824ea679bce3)
@@ -46,6 +46,9 @@
///
public long Id { get; }
+ ///
+ /// Gets the collection of layers that are part of the profile.
+ ///
public IEnumerable Layers { get; }
public string Name { get; }