 | ContractAnnotationAttribute Constructor (String) |
Namespace: Slash.Diagnostics.ReSharper.AnnotationsAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic ContractAnnotationAttribute(
string fdt
)
Public Sub New (
fdt As String
)
public:
ContractAnnotationAttribute(
String^ fdt
)
new :
fdt : string -> ContractAnnotationAttribute
Parameters
- fdt
- Type: SystemString
[Missing <param name="fdt"/> documentation for "M:Slash.Diagnostics.ReSharper.Annotations.ContractAnnotationAttribute.#ctor(System.String)"]
See Also