Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcDocNameAttribute.cs
1using System;
2
4{
8 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
9 public class JsonRpcDocNameAttribute : Attribute
10 {
16 {
17 this.Name = Name;
18 }
19
23 public string Name { get; }
24 }
25}
JsonRpcDocNameAttribute(string Name)
Provides a name to be used in documentation.