Interface IFunctionType
Interface to represent the LLVM type of a function (e.g. a signature)
Namespace: Ubiquity.NET.Llvm.Types
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public interface IFunctionType : ITypeRef, IExtensiblePropertyContainer
Properties
IsVarArg | Gets a value indicating whether this signature is for a variadic function |
ParameterTypes | Gets the types of the parameters for the function |
ReturnType | Gets the return type of the function |