Click or drag to resize

ProjectIsConstantDefined Method

Determine if the specified constant is defined.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsConstantDefined(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean
See Also