Initializes the node with the parameter.
Namespace: NHibernate.Hql.Ast.ANTLR.TreeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
void Initialize( Object param ) |
| Visual Basic |
|---|
Sub Initialize ( _ param As Object _ ) |
| Visual C++ |
|---|
void Initialize( Object^ param ) |
Parameters
- param
- Type: System..::..Object
the initialization parameter.