ValidatedNotNullAttribute Class

Definition

Indicates to Code Analysis that a method validates a particular parameter.

public ref class ValidatedNotNullAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class ValidatedNotNullAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type ValidatedNotNullAttribute = class
    inherit Attribute
Public NotInheritable Class ValidatedNotNullAttribute
Inherits Attribute
Inheritance
ValidatedNotNullAttribute
Attributes

Constructors

ValidatedNotNullAttribute()

Initializes a new instance of the ValidatedNotNullAttribute class.

Applies to