[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTFactory.CreateNode(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[])"]

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IASTNode CreateNode(
	int type,
	string text,
	params IASTNode[] children
)
Visual Basic
Public Function CreateNode ( _
	type As Integer, _
	text As String, _
	ParamArray children As IASTNode() _
) As IASTNode
Visual C++
public:
virtual IASTNode^ CreateNode(
	int type, 
	String^ text, 
	... array<IASTNode^>^ children
) sealed

Parameters

type
Type: System..::..Int32

[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTFactory.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.ASTFactory.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.ASTFactory.CreateNode(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[])"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTFactory.CreateNode(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode[])"]

Implements

IASTFactory..::..CreateNode(Int32, String, array<IASTNode>[]()[][])

See Also