Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1Element.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Content.Asn1.Model.Sets
6
{
10
public
class
Asn1Element
:
Asn1Values
11
{
12
private
readonly
Asn1Value
element;
13
18
public
Asn1Element
(
Asn1Value
Element
)
19
{
20
this.element =
Element
;
21
}
22
26
public
Asn1Value
Element
=> this.element;
27
}
28
}
Waher.Content.Asn1.Model.Asn1Value
Abstract base class for values.
Definition:
Asn1Value.cs:11
Waher.Content.Asn1.Model.Asn1Values
Abstract base class for sets of values
Definition:
Asn1Values.cs:11
Waher.Content.Asn1.Model.Sets.Asn1Element
Set of one element.
Definition:
Asn1Element.cs:11
Waher.Content.Asn1.Model.Sets.Asn1Element.Element
Asn1Value Element
Element
Definition:
Asn1Element.cs:26
Waher.Content.Asn1.Model.Sets.Asn1Element.Asn1Element
Asn1Element(Asn1Value Element)
Set of one element.
Definition:
Asn1Element.cs:18
Waher.Content.Asn1.Model.Sets
Definition:
Asn1All.cs:6
IoTGateway
Content
Waher.Content.Asn1
Model
Sets
Asn1Element.cs
Generated by
1.9.5