TemplateAttributeProperties(string?, Accessibility?, bool?, bool?, bool?, bool?, bool?, bool?)
Declaration
public TemplateAttributeProperties(string? Name = null, Accessibility? Accessibility = null, bool? IsVirtual = null, bool? IsSealed = null, bool? IsRequired = null, bool? IsAbstract = null, bool? IsPartial = null, bool? IsExtern = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | Name | |
| Accessibility? | Accessibility | |
| bool? | IsVirtual | |
| bool? | IsSealed | |
| bool? | IsRequired | |
| bool? | IsAbstract | |
| bool? | IsPartial | |
| bool? | IsExtern |