ValidatedNotNullAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |