ABT.FunctionType.Create C# (CSharp) Method

Create() public static method

public static Create ( ExprType returnType ) : FunctionType
returnType ExprType
return FunctionType
        public static FunctionType Create(ExprType returnType) =>
            Create(returnType, ImmutableList<Tuple<Option<String>, ExprType>>.Empty, true);

Same methods

FunctionType::Create ( ExprType returnType, ImmutableList args, System.Boolean hasVarArgs ) : FunctionType
FunctionType::Create ( ExprType ret_type, ExprType>.List args, System.Boolean is_varargs ) : FunctionType