Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1Value.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Content.Asn1.Model
6
{
10
public
abstract
class
Asn1Value
:
Asn1Node
11
{
15
public
Asn1Value
()
16
{
17
}
18
22
public
virtual
string
CSharpType
23
{
24
get
25
{
26
throw
new
NotImplementedException(
"Support for value type "
+
27
this.GetType().FullName +
" not implemented."
);
28
}
29
}
30
}
31
}
Waher.Content.Asn1.Model.Asn1Node
Base class for all ASN.1 nodes.
Definition:
Asn1Node.cs:38
Waher.Content.Asn1.Model.Asn1Value
Abstract base class for values.
Definition:
Asn1Value.cs:11
Waher.Content.Asn1.Model.Asn1Value.CSharpType
virtual string CSharpType
Corresponding C# type.
Definition:
Asn1Value.cs:23
Waher.Content.Asn1.Model.Asn1Value.Asn1Value
Asn1Value()
Abstract base class for values.
Definition:
Asn1Value.cs:15
Waher.Content.Asn1.Model
Definition:
Asn1Choice.cs:8
IoTGateway
Content
Waher.Content.Asn1
Model
Asn1Value.cs
Generated by
1.9.5