Click or drag to resize

ConstructorRef Constructor (ConstructorInfo, Boolean)

Create a ConstructorRef from a ConstructorInfo.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ConstructorRef(
	ConstructorInfo constructorInfo,
	bool isFirstOnLine = false
)

Parameters

constructorInfo
Type: System.ReflectionConstructorInfo
isFirstOnLine (Optional)
Type: SystemBoolean
See Also