Class RenamedNamespaceAttribute
Inheritance
RenamedNamespaceAttribute
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class RenamedNamespaceAttribute : Attribute, _Attribute
Constructors
RenamedNamespaceAttribute(String, String)
Declaration
public RenamedNamespaceAttribute(string previousName, string newName)
Parameters
Properties
newName
Declaration
public string newName { get; }
Property Value
previousName
Declaration
public string previousName { get; }
Property Value
Extension Methods