Class Require
- Namespace
- OfficeOpenXml.Utils
- Assembly
- EPPlus.dll
Utility for validation in functions.
public static class Require
- Inheritance
-
Require
- Inherited Members
Methods
Argument<T>(T)
Represent an argument to the function where the validation is implemented.
public static IArgument<T> Argument<T>(T argument)
Parameters
argument
TThe argument to validate
Returns
- IArgument<T>
Type Parameters
T