Click or drag to resize
CodeDescription Constructor
CodeDescription attributes should be constructed by annotating a property, method, or field.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public CodeDescription(
	string desc
)

Parameters

desc
Type: SystemString
The descriptive string which should be displayed for this this property, method, or field
See Also