Class RefactorAttribute
- Namespace
- OneImlx.Shared.Attributes
- Assembly
- OneImlx.Shared.dll
Specifies that the target should be re-factored. Applications can use the target element, but the design may change in future releases including breaking changes.
[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]
public sealed class RefactorAttribute : ActionAttribute
- Inheritance
-
RefactorAttribute
- Inherited Members
Constructors
RefactorAttribute(string)
Initialize a new instance.
public RefactorAttribute(string description)
Parameters
description
string