Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IYears.cs
2{
6 public interface IYears
7 {
11 int Years { get; }
12 }
13}
Interface for objects having a Years component.
Definition: IYears.cs:7