ConversionCommonAssign Method
Return assignment of value2 to the caller.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Object CommonAssign(
Object value1,
Object value2
)
Public Shared Function CommonAssign (
value1 As Object,
value2 As Object
) As Object
No code example is currently available or this language may not be supported.
- value1 Object
-
Existing left side value (target).
- value2 Object
-
Value to be assigned to target.
Object
Right side of assignment.
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.