Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IOrderedSet.cs
1using System;
2using System.Collections.Generic;
4
6{
10 public interface IOrderedSet : IComparer<IElement>
11 {
12 }
13}
Basic interface for ordered sets.
Definition: IOrderedSet.cs:11