Initializes a new instance of the DefaultValueAttribute class.

Namespace:  Mindscape.LightSpeed.Web.Routing
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public DefaultValueAttribute(
	Object value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Object _
)

Parameters

value
Type: System..::.Object
The value.

See Also