Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NamespaceAliasAttribute.cs
1using System;
2
4{
10 [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
11 public class NamespaceAliasAttribute : Attribute
12 {
13 private readonly string @namespace;
14
22 {
23 this.@namespace = Namespace;
24 }
25
29 public string Namespace => this.@namespace;
30 }
31}
Lets the inventory know a namespace is also known by an other name. This attribute can be used when c...
NamespaceAliasAttribute(string Namespace)
Lets the inventory know the type is also known by other names. This attribute can be used when changi...
string Namespace
Fully qualified alias namespace