Returns the 'list' representation with some brackets around it for debugging.
Namespace: NHibernate.Hql.Ast.ANTLR.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public static string GetDebugstring( IASTNode n ) |
| Visual Basic |
|---|
Public Shared Function GetDebugstring ( _ n As IASTNode _ ) As String |
| Visual C++ |
|---|
public: static String^ GetDebugstring( IASTNode^ n ) |
Parameters
- n
- Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTNode
The tree.