Click or drag to resize
ContractAnnotationAttribute Constructor (String, Boolean)
Initializes a new instance of the ContractAnnotationAttribute class

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public ContractAnnotationAttribute(
	string fdt,
	bool forceFullStates
)

Parameters

fdt
Type: SystemString

[Missing <param name="fdt"/> documentation for "M:Slash.Diagnostics.ReSharper.Annotations.ContractAnnotationAttribute.#ctor(System.String,System.Boolean)"]

forceFullStates
Type: SystemBoolean

[Missing <param name="forceFullStates"/> documentation for "M:Slash.Diagnostics.ReSharper.Annotations.ContractAnnotationAttribute.#ctor(System.String,System.Boolean)"]

See Also