Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1InSet.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Content.Asn1.Model.Restrictions
6
{
10
public
class
Asn1InSet
:
Asn1SetRestriction
11
{
16
public
Asn1InSet
(
Asn1Values
Set
)
17
: base(
Set
)
18
{
19
}
20
}
21
}
Waher.Content.Asn1.Model.Asn1Values
Abstract base class for sets of values
Definition:
Asn1Values.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1InSet
Restricted to elements in set.
Definition:
Asn1InSet.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1InSet.Asn1InSet
Asn1InSet(Asn1Values Set)
Restricted to elements in set.
Definition:
Asn1InSet.cs:16
Waher.Content.Asn1.Model.Restrictions.Asn1SetRestriction
Abstract base class for set-based restrictions
Definition:
Asn1SetRestriction.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1SetRestriction.Set
Asn1Values Set
Set
Definition:
Asn1SetRestriction.cs:26
Waher.Content.Asn1.Model.Restrictions
Definition:
Asn1And.cs:6
IoTGateway
Content
Waher.Content.Asn1
Model
Restrictions
Asn1InSet.cs
Generated by
1.9.5