Click or drag to resize

MemVar.PublicFind Method

X#
Find a public variable

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC METHOD PublicFind(
	cName AS STRING
) AS MemVar
Request Example View Source

Parameters

cName
Type: String
The name of the memory variable.

Return Value

Type: MemVar
See Also