CanBeNullAttribute Class
Indicates that the value of the marked element could be null sometimes,
so checking for null is required before its usage.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[AttributeUsageAttribute] public sealed class CanBeNullAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class CanBeNullAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class CanBeNullAttribute sealed : public Attribute