MemVar.PrivateFind Method | |
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.21
Syntax STATIC METHOD PrivateFind(
name AS STRING
) AS MemVar
public static MemVar PrivateFind(
string name
)
Request Example
View SourceParameters
- name
- Type: String
Return Value
Type:
MemVarSee Also