Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
OpenAttribute.cs
1using System;
2
4{
9 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
10 public class OpenAttribute : Attribute
11 {
17 {
18 }
19 }
20}
Defines an open parameter. Open parameters accept values outside of listed options,...
OpenAttribute()
Defines an open parameter. Open parameters accept values outside of listed options,...