Click or drag to resize
ContractAnnotationAttribute Class
Describes dependency between method input and output.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.Diagnostics.ReSharper.AnnotationsContractAnnotationAttribute

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public sealed class ContractAnnotationAttribute : Attribute

The ContractAnnotationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodContractAnnotationAttribute(String)
Initializes a new instance of the ContractAnnotationAttribute class
Public methodContractAnnotationAttribute(String, Boolean)
Initializes a new instance of the ContractAnnotationAttribute class
Top
Properties
  NameDescription
Public propertyFDT
Public propertyForceFullStates
Top
See Also