Click or drag to resize

MemVar.PrivateFind Method

X#
Find a private variable. Try on the current level on the stack first and when not found then walk the stack.

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

Parameters

name
Type: String

Return Value

Type: MemVar
See Also