Class PerformanceAttribute
- Namespace
- OneImlx.Shared.Attributes
- Assembly
- OneImlx.Shared.dll
Specifies that the target has a performance comment that may be resolved in future releases. 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 PerformanceAttribute : ActionAttribute
- Inheritance
-
PerformanceAttribute
- Inherited Members
Constructors
PerformanceAttribute(string)
Initialize a new instance.
public PerformanceAttribute(string description)
Parameters
description
string