Initializes a new instance of the SRDescriptionAttribute class

Namespace: System.Extensions.Internal
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public SRDescriptionAttribute(
	string description
)
Visual Basic
Public Sub New ( 
	description As String
)
Visual C++
public:
SRDescriptionAttribute(
	String^ description
)
F#
new : 
        description : string -> SRDescriptionAttribute

Parameters

description
Type: System..::..String

[Missing <param name="description"/> documentation for "M:System.Extensions.Internal.SRDescriptionAttribute.#ctor(System.String)"]

See Also