7 lines
163 B
C#
7 lines
163 B
C#
namespace Hawkeye.VisionBuilder.Workflow.Operations.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class NotForToolAttribute:Attribute
|
|
{
|
|
|
|
} |