Class MaybeNullAttribute
- Namespace
- System.Diagnostics.CodeAnalysis
- Assembly
- nanoFramework.System.Runtime.dll
Specifies that an output may be null even if the corresponding type disallows it.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter|AttributeTargets.ReturnValue, Inherited = false)]
public sealed class MaybeNullAttribute : Attribute
- Inheritance
-
MaybeNullAttribute
- Inherited Members
- Extension Methods
Constructors
MaybeNullAttribute()
public MaybeNullAttribute()