NotNullAttribute Class |
Namespace: Ozeki.Common
The NotNullAttribute type exposes the following members.
Name | Description | |
---|---|---|
NotNullAttribute | Initializes a new instance of the NotNullAttribute class |
[NotNull] public object Foo() { return null; // Warning: Possible 'null' assignment }