Class RenamedFromAttribute
Inheritance
RenamedFromAttribute
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | AttributeTargets.All, AllowMultiple = true, Inherited = true)]
public sealed class RenamedFromAttribute : Attribute, _Attribute
Constructors
RenamedFromAttribute(String)
Declaration
public RenamedFromAttribute(string previousName)
Parameters
Type |
Name |
Description |
String |
previousName |
|
Properties
previousName
Declaration
public string previousName { get; }
Property Value
Extension Methods