[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory.CreateNode(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IASTNode CreateNode( int type, string text, params IASTNode[] children ) |
Visual Basic |
---|
Function CreateNode ( _ type As Integer, _ text As String, _ ParamArray children As IASTNode() _ ) As IASTNode |
Visual C++ |
---|
IASTNode^ CreateNode( int type, String^ text, ... array<IASTNode^>^ children ) |
Parameters
- type
- Type: System..::..Int32
[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory.CreateNode(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[])"]
- text
- Type: System..::..String
[Missing <param name="text"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory.CreateNode(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[])"]
- children
- Type: array<NHibernate.Hql.Ast.ANTLR.Tree..::..IASTNode>[]()[][]
[Missing <param name="children"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory.CreateNode(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[])"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory.CreateNode(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[])"]