Skip to content
Docs Try Aspire

AspireExportIgnoreAttribute Constructors

Class Constructors 1 member
Excludes a property, method, or type from ATS export when the containing type uses AspireExportAttribute.ExposeProperties or AspireExportAttribute.ExposeMethods.
public sealed class AspireExportIgnoreAttribute
{
public AspireExportIgnoreAttribute()
{
// ...
}
}