Class ComponentAliasAttribute
Indicates to generate formatter for the alias type.
Assembly: WaaS.Core.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Struct)]
public class ComponentAliasAttribute : Attribute
Inheritance: System.Object
-> System.Attribute
Properties
Target
View Source
Declaration
public Type Target { get; }