| NotNullAttribute Class |
Indicates that the value of the marked element could never be null
Inheritance Hierarchy
Namespace: Slash.Diagnostics.ReSharper.AnnotationsAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax public 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