Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ByReferenceAttribute.cs
1using System;
2
4{
11 [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
12 public class ByReferenceAttribute : Attribute
13 {
21 : base()
22 {
23 }
24 }
25}
The contents of this field is persisted by reference only. The default behaviour is to persist object...
ByReferenceAttribute()
The contents of this field is persisted by reference only. The default behaviour is to persist object...