MetalamaAPI documentationPatterns APIMetalama.​Patterns.​ContractsContract­OptionsTemplates
Open sandboxFocus

ContractOptions.Templates Property

Templates

Gets or sets the code templates that are used by the aspects. You can set this property to an instance of a class that derives from ContractTemplates and overrides some of the virtual methods.

Declaration
public ContractTemplates Templates { get; set; }
Property Value
Type Description
ContractTemplates