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