Click or drag to resize

ProjectSetDefineConstants Method (String, HashSetString)

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void SetDefineConstants(
	string defineConstants,
	HashSet<string> constants
)

Parameters

defineConstants
Type: SystemString
constants
Type: System.Collections.GenericHashSetString
See Also