Click or drag to resize

PropertyDeclBaseEvaluateType Method

Evaluate the type of the PropertyDecl.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRefBase EvaluateType(
	bool withoutConstants = false
)

Parameters

withoutConstants (Optional)
Type: SystemBoolean

Return Value

Type: TypeRefBase
Remarks
This method evaluates the type expression into a TypeRefBase, which will properly evaluate the type arguments of nested types. It also handles constants and the type being null.
See Also