QuickOPC User's Guide and Reference
ContractAnnotationAttribute Class
Members 



OpcLabs.BaseLib Assembly > JetBrains.Annotations Namespace : ContractAnnotationAttribute Class
Describes dependency between method input and output
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=True, 
   Inherited=True)>
<ComVisibleAttribute(False)>
Public NotInheritable Class ContractAnnotationAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As ContractAnnotationAttribute
[AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=true, 
   Inherited=true)]
[ComVisible(false)]
public sealed class ContractAnnotationAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
[AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=true, 
   Inherited=true)]
[ComVisible(false)]
public ref class ContractAnnotationAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      JetBrains.Annotations.ContractAnnotationAttribute

Requirements

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

See Also

Reference

ContractAnnotationAttribute Members
JetBrains.Annotations Namespace