Show / Hide Table of Contents

Class Require

Utility for validation in functions.

Inheritance
System.Object
Require
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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