[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.ASTAppender.Append(System.Int32,System.String,System.Boolean)"]

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

Syntax

C#
public IASTNode Append(
	int type,
	string text,
	bool appendIfEmpty
)
Visual Basic
Public Function Append ( _
	type As Integer, _
	text As String, _
	appendIfEmpty As Boolean _
) As IASTNode
Visual C++
public:
IASTNode^ Append(
	int type, 
	String^ text, 
	bool appendIfEmpty
)

Parameters

type
Type: System..::..Int32

[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.ASTAppender.Append(System.Int32,System.String,System.Boolean)"]

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.ASTAppender.Append(System.Int32,System.String,System.Boolean)"]

appendIfEmpty
Type: System..::..Boolean

[Missing <param name="appendIfEmpty"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.ASTAppender.Append(System.Int32,System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.ASTAppender.Append(System.Int32,System.String,System.Boolean)"]

See Also