Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPropertyEnumerator.cs
1using System;
2using System.Threading.Tasks;
5
7{
11 public interface IPropertyEnumerator : IProcessingSupport<Type>
12 {
18 Task<IElement> EnumerateProperties(object Object);
19 }
20}
Interface for detecting interfaces supporting objects with predefined features.
Task< IElement > EnumerateProperties(object Object)
Enumerates the properties of an object (of a type it supports).