ABT.FunctionType.Create C# (CSharp) Метод

Create() публичный статический Метод

public static Create ( ExprType returnType ) : FunctionType
returnType ExprType
Результат 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