Method Return
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
Return()
Creates a return instruction for a function that has no return value
public ReturnInstruction Return()
Returns
Exceptions
- ArgumentException
the function has a non-void return type
Return(Value)
Creates a return instruction with the return value for a function
public ReturnInstruction Return(Value value)