Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1BinaryRestrictionOperator.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
11 {
12 private readonly Asn1Restriction left;
13 private readonly Asn1Restriction right;
14
21 {
22 this.left = Left;
23 this.right = Right;
24 }
25
29 public Asn1Restriction Left => this.left;
30
34 public Asn1Restriction Right => this.right;
35 }
36}
Abstract base class for ASN.1 restrictions.
Asn1BinaryRestrictionOperator(Asn1Restriction Left, Asn1Restriction Right)
Abstract base class of binary restriction operators