Click or drag to resize

UnresolvedRefCreateRef Method (Object, Boolean)

Create a reference to the specified code object based upon its type, and copy all appropriate fields from the current UnresolvedRef object if so instructed.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public SymbolicRef CreateRef(
	Object obj,
	bool copyAll
)

Parameters

obj
Type: SystemObject
copyAll
Type: SystemBoolean

Return Value

Type: SymbolicRef
See Also