Click or drag to resize
Llvm.NET LogoInstructionBuilder.Call Method (Value,Value[])

[This is preliminary documentation and is subject to change.]

Namespace:  Llvm.NET.Instructions
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public CallInstruction Call(
	Value func,
	params Value[] args
)

Parameters

func
Type: Llvm.NET.Values.Value
args
Type:Llvm.NET.Values.Value[]

Return Value

Type: CallInstruction
See Also