Show / Hide Table of Contents

Class Require

Utility for validation in functions.

Inheritance
object
Require
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Utils
Assembly: EPPlus.dll
Syntax
public static class Require

Methods

Argument<T>(T)

Represent an argument to the function where the validation is implemented.

Declaration
public static IArgument<T> Argument<T>(T argument)
Parameters
Type Name Description
T argument

The argument to validate

Returns
Type Description
IArgument<T>
Type Parameters
Name Description
T
In this article
Back to top Generated by DocFX