Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PropertyReference.cs
1using System;
2using System.Collections.Generic;
3using System.Reflection;
5
7{
8 internal class PropertyReference
9 {
10 public string Name;
11 public PropertyInfo Info;
12 public IProperty Property;
13 }
14}