We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c6245 commit 355198cCopy full SHA for 355198c
src/EmberPlusConsumerClassLib/Model/MyRoot.cs
@@ -32,6 +32,11 @@
32
33
namespace EmberPlusConsumerClassLib.Model
34
{
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>
40
public sealed class MyRoot : DynamicRoot<MyRoot>
41
42
// Root for consumer
0 commit comments