UtilDebugInlineAssignHelper(Object, Object) Method
Helper function that assigns value to refTarget, then returns value.
Namespace: DevCase.Core.Diagnostics.Debugging.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Object InlineAssignHelper(
ref Object refTarget,
Object value
)
Public Shared Function InlineAssignHelper (
ByRef refTarget As Object,
value As Object
) As Object
Dim refTarget As Object
Dim value As Object
Dim returnValue As Object
returnValue = UtilDebug.InlineAssignHelper(refTarget,
value)
public:
static Object^ InlineAssignHelper(
Object^% refTarget,
Object^ value
)
static member InlineAssignHelper :
refTarget : Object byref *
value : Object -> Object
No code example is currently available or this language may not be supported.
- refTarget Object
-
The target by reference value.
- value Object
-
The value to return.
Object
The value returned is
value.