Class DisallowNullAttribute
- Namespace
- System.Diagnostics.CodeAnalysis
- Assembly
- nanoFramework.System.Runtime.dll
Specifies that null is disallowed as an input even if the corresponding type allows it.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter, Inherited = false)]
public sealed class DisallowNullAttribute : Attribute
- Inheritance
-
DisallowNullAttribute
- Inherited Members
- Extension Methods
Constructors
DisallowNullAttribute()
public DisallowNullAttribute()