Class NotNullAttribute
- Namespace
- System.Diagnostics.CodeAnalysis
- Assembly
- nanoFramework.System.Runtime.dll
Specifies that an output will not be null even if the corresponding type allows it. Specifies that an input argument was not null when the call returns.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter|AttributeTargets.ReturnValue, Inherited = false)]
public sealed class NotNullAttribute : Attribute
- Inheritance
-
NotNullAttribute
- Inherited Members
- Extension Methods
Constructors
NotNullAttribute()
public NotNullAttribute()