Click or drag to resize

DefaultValue Constructor (Expression)

Create a DefaultValue operator.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public DefaultValue(
	Expression type = null
)

Parameters

type (Optional)
Type: Nova.CodeDOMExpression
An Expression that evaluates to a TypeRef (optional in C# 7.1 and later).
See Also