Skip to content

Commit 355198c

Browse files
committed
Info comments
1 parent a9c6245 commit 355198c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/EmberPlusConsumerClassLib/Model/MyRoot.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232

3333
namespace EmberPlusConsumerClassLib.Model
3434
{
35+
/// <summary>
36+
/// Note that the most-derived subtype MyRoot needs to be passed to the generic base class.
37+
/// Represents the root containing dynamic and optional static elements in the object
38+
/// tree accessible through Consumer<TRoot>.Root
39+
/// </summary>
3540
public sealed class MyRoot : DynamicRoot<MyRoot>
3641
{
3742
// Root for consumer

0 commit comments

Comments
 (0)