flatten a list of function parameters
Namespace: NSS.Blast.Compiler.Stage
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public BlastError FlattenFunctionParameters(
IBlastCompilationData data,
in node function,
out List<node> flattened_output
)
VB
Public Function FlattenFunctionParameters (
data As IBlastCompilationData,
ByRef function As node,
<OutAttribute> ByRef flattened_output As List(Of node)
) As BlastError
C++
public:
BlastError FlattenFunctionParameters(
IBlastCompilationData^ data,
[InAttribute] node^% function,
[OutAttribute] List<node^>^% flattened_output
)
F#
member FlattenFunctionParameters :
data : IBlastCompilationData *
function : node byref *
flattened_output : List<node> byref -> BlastError
- data
- Type: NSS.Blast.Compiler.IBlastCompilationData
[Missing documentation for "M:NSS.Blast.Compiler.Stage.BlastFlatten.FlattenFunctionParameters(NSS.Blast.Compiler.IBlastCompilationData,NSS.Blast.Compiler.node@,System.Collections.Generic.List{NSS.Blast.Compiler.node}@)"] - function
- Type: NSS.Blast.Compiler.node
[Missing documentation for "M:NSS.Blast.Compiler.Stage.BlastFlatten.FlattenFunctionParameters(NSS.Blast.Compiler.IBlastCompilationData,NSS.Blast.Compiler.node@,System.Collections.Generic.List{NSS.Blast.Compiler.node}@)"] - flattened_output
- Type: System.Collections.Generic.List(node)
[Missing documentation for "M:NSS.Blast.Compiler.Stage.BlastFlatten.FlattenFunctionParameters(NSS.Blast.Compiler.IBlastCompilationData,NSS.Blast.Compiler.node@,System.Collections.Generic.List{NSS.Blast.Compiler.node}@)"]
Type: BlastError
[Missing documentation for "M:NSS.Blast.Compiler.Stage.BlastFlatten.FlattenFunctionParameters(NSS.Blast.Compiler.IBlastCompilationData,NSS.Blast.Compiler.node@,System.Collections.Generic.List{NSS.Blast.Compiler.node}@)"]