Class RenamedNamespaceAttribute
Inheritance
object
RenamedNamespaceAttribute
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public sealed class RenamedNamespaceAttribute : Attribute
Constructors
RenamedNamespaceAttribute(string, string)
Declaration
public RenamedNamespaceAttribute(string previousName, string newName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | previousName | |
| string | newName |
Properties
newName
Declaration
public string newName { get; }
Property Value
| Type | Description |
|---|---|
| string |
previousName
Declaration
public string previousName { get; }
Property Value
| Type | Description |
|---|---|
| string |