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