Class RenamedFromAttribute
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = true)]
public sealed class RenamedFromAttribute : Attribute
Constructors
RenamedFromAttribute(string)
Declaration
public RenamedFromAttribute(string previousName)
Parameters
Type | Name | Description |
---|---|---|
string | previousName |
Properties
previousName
Declaration
public string previousName { get; }
Property Value
Type | Description |
---|---|
string |