Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Metalama.​Framework.​Advising

Metalama.​Framework.​Aspects

Metalama.​Framework.​Code

Metalama.​Framework.​Code.​Collections

Metalama.​Framework.​Code.​Comparers

Metalama.​Framework.​Code.​Declaration­Builders

Metalama.​Framework.​Code.​Invokers

Metalama.​Framework.​Code.​Syntax­Builders

Metalama.​Framework.​Code.​Types

Metalama.​Framework.​Diagnostics

Metalama.​Framework.​Eligibility

Metalama.​Framework.​Fabrics

Metalama.​Framework.​Metrics

Metalama.​Framework.​Options

Metalama.​Framework.​Project

Metalama.​Framework.​Run­Time

Metalama.​Framework.​Serialization

Metalama.​Framework.​Services

Metalama.​Framework.​Utilities

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Constructor TemplateAttributeProperties

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
  • Navigation