Click or drag to resize

Globals.Find Method

X#
Find the Global Field with a name

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC METHOD Find(
	cVarName AS STRING
) AS FieldInfo
Request Example View Source

Parameters

cVarName
Type: String
Name of the global to find

Return Value

Type: FieldInfo
See Also