Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IProcessingSupport.cs
2{
7 public interface IProcessingSupport<T>
8 {
14 Grade Supports(T Object);
15 }
16}
Interface for detecting interfaces supporting objects with predefined features.
Grade Supports(T Object)
If the interface understands objects such as Object .
Grade
Grade enumeration
Definition: Grade.cs:7