blob: 732bd2771a7b2630d46f30ead183a340590af542 [file] [log] [blame]
namespace AppsheetEpplus;
public static class Require {
public static ArgumentInfo<T> That<T>(T arg) {
return new(arg);
}
}