_MRelease Function |
Namespace: XSharp.RT
[NeedsAccessToLocalsAttribute(TRUE)] FUNCTION _MRelease( cMask AS STRING, lMatch AS LOGIC ) AS VOID
[NeedsAccessToLocalsAttribute(true)] public static void _MRelease( string cMask, bool lMatch )
Tip |
---|
Dynamic memory variables (PUBLIC, PRIVATE, PARAMETERS) are supported in the X# language and runtime for compatibility only. In most cases the type can and should be replaced with lexically scoped variables, such as LOCALs and GLOBALs. |