QuickOPC User's Guide and Reference
NotNullAttribute Class
Members 



OpcLabs.BaseLib Assembly > JetBrains.Annotations Namespace : NotNullAttribute Class
Indicates that the value of marked element could never be null
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Method Or  _
    AttributeTargets.Property Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Parameter Or  _
    AttributeTargets.Delegate, 
   AllowMultiple=False, 
   Inherited=True)>
<ComVisibleAttribute(False)>
Public NotInheritable Class NotNullAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As NotNullAttribute
[AttributeUsage(ValidOn=AttributeTargets.Method | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Parameter | 
    AttributeTargets.Delegate, 
   AllowMultiple=false, 
   Inherited=true)]
[ComVisible(false)]
public sealed class NotNullAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
[AttributeUsage(ValidOn=AttributeTargets.Method | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Parameter | 
    AttributeTargets.Delegate, 
   AllowMultiple=false, 
   Inherited=true)]
[ComVisible(false)]
public ref class NotNullAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      JetBrains.Annotations.NotNullAttribute

Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

NotNullAttribute Members
JetBrains.Annotations Namespace