Click or drag to resize

Abstract.SetNoIVar Method

X#
Handles assign operations to undefined instance variables.

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 METHOD SetNoIVar(
	cName AS USUAL,
	uValue AS USUAL
) AS VOID
Request Example View Source

Parameters

cName
Type: Usual
The fieldname to assign.
uValue
Type: Usual
The value of an assignment.

Return Value

Type: 
The return value of the method is ignored.
See Also