Open sandboxFocus

Method OnNotNullContractViolated

OnNotNullContractViolated(dynamic?, ContractContext)

Template used by the NotNullAttribute contract.

Declaration
[Template]
public virtual void OnNotNullContractViolated(dynamic? value, ContractContext context)
Parameters
Type Name Description
dynamic value
ContractContext context