Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ContextSpecific.cs
1using System;
2
4{
11 public class ContextSpecific(int Tag, Array Elements, byte[] SubSection)
12 : Vector(Elements, SubSection)
13 {
17 public int Tag { get; } = Tag;
18 }
19}
class ContextSpecific(int Tag, Array Elements, byte[] SubSection)
A context-specific object (or set of objects).