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

ContractOptions.Direction Property

Direction

Gets or sets the default direction of contracts. The default value is Default, which has a different behavior according to the declaration to which it is applied. This option can also be configured for each aspect using the Direction property of the aspect class.

Declaration
public Nullable<ContractDirection> Direction { get; set; }
Property Value
Type Description
Nullable<ContractDirection>