Indicates that the value of the marked element could never be null
Inheritance HierarchySystemObject
SystemAttribute
Ozeki.CommonNotNullAttribute
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic sealed class NotNullAttribute : Attribute
Public NotInheritable Class NotNullAttribute
Inherits Attribute
public ref class NotNullAttribute sealed : public Attribute
[<SealedAttribute>]
type NotNullAttribute =
class
inherit Attribute
end
The NotNullAttribute type exposes the following members.
Constructors
Examples[NotNull] public object Foo() {
return null;
}
See Also