Initializing help system before first use

assign Method

Assign an XPRB expression to the current XPRBexpr.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public XPRBexpr assign(
	XPRBexpr l
)

Parameters

l
Type:  BCLXPRBexpr
The XPRBexpr with which to assign the current XPRBexpr.

Return Value

Type:  XPRBexpr
The reassigned XPRBexpr expression.
See Also