CodeDescription Constructor |
CodeDescription attributes should be constructed by annotating a property, method, or field.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public CodeDescription(
string desc
)
Public Sub New (
desc As String
)
public:
CodeDescription(
String^ desc
)
Parameters
- desc
- Type: SystemString
The descriptive string which should be displayed for this this property, method, or field
See Also