ConversionCommonAssign Method

Return assignment of value2 to the caller.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static Object CommonAssign(
	Object value1,
	Object value2
)

Parameters

value1  Object
Existing left side value (target).
value2  Object
Value to be assigned to target.

Return Value

Object
Right side of assignment.

Remarks

Even though this method only handles value2 in reality, value1 is required as the target of the expression to maintain the consistency of the CommonX methods within delegations.

See Also