Click or drag to resize
DebugContainerWrap Method
Wraps the object with debug container. Returns null if the object is null

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static Object Wrap(
	Object value,
	bool onlyPublic = false
)

Parameters

value
Type: SystemObject
Value to wrap
onlyPublic (Optional)
Type: SystemBoolean
If true, only public members are exposed

Return Value

Type: Object
See Also