Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReadOnlyAttribute.cs
1using System;
2
4{
8 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 public class ReadOnlyAttribute : Attribute
10 {
15 {
16 }
17 }
18}
ReadOnlyAttribute()
Defines a read-only parameter.