<PackageReference Include="Namotion.Reflection" Version="1.0.2.4-build.20190522.4" />

Nullability

public enum Nullability
Specifies the nullability in the given context.

Never null because this is not a reference type.

Reference type is not nullable.

Reference type can be null.

Unknown = 0

Nullability is unknown (NRT is not enabled).