Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JavaScriptDocument.cs
2{
6 public class JavaScriptDocument
7 {
8 private readonly string javaScript;
9
15 {
16 this.javaScript = JavaScript;
17 }
18
22 public string JavaScript => this.javaScript;
23 }
24}
JavaScriptDocument(string JavaScript)
Encapsulates a JavaScript Document