DoesNotReturnIfAttribute sealed class DoesNotReturnIfAttribute : Attribute Specifies that the method will not return if the associated Boolean parameter is passed the specified value. Documentation Code public bool ParameterValue { get; } Gets the condition parameter value. public DoesNotReturnIfAttribute(bool parameterValue) Initializes the attribute with the specified parameter value.