Sign in
appsheet-third-party
/
epplus
/
165a2091de99677d0dd5306ae07d2deb60a26ae1
/
.
/
AppsheetEpplus
/
FormulaParsing
/
Utilities
/
Require.cs
blob: 732bd2771a7b2630d46f30ead183a340590af542 [
file
] [
log
] [
blame
]
namespace
AppsheetEpplus
;
public
static
class
Require
{
public
static
ArgumentInfo
<
T
>
That
<
T
>(
T arg
)
{
return
new
(
arg
);
}
}