Click or drag to resize

FieldDecl Constructor (String, Expression, Expression)

Create a field declaration.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public FieldDecl(
	string name,
	Expression type,
	Expression initialization = null
)

Parameters

name
Type: SystemString
The name of the field.
type
Type: Nova.CodeDOMExpression
The type of the field
initialization (Optional)
Type: Nova.CodeDOMExpression
The initialization expression for the field.
See Also