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