Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RelatedContent.cs
2{
7 {
8 private readonly string type;
9
16 : base(Content)
17 {
18 this.type = Type;
19 }
20
24 public string Type => this.type;
25 }
26}
Represents content embedded in other content.
Abstract base class for multipart content
EmbeddedContent[] Content
Embedded content.