Class ComponentApiAttribute
Indicates the method is API of the component.
Assembly: WaaS.Core.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Method)]
public class ComponentApiAttribute : Attribute
Inheritance: System.Object
-> System.Attribute
Properties
Name
View Source
Declaration
public string? Name { get; }