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.FormulaParsing.Utilities
Assembly: EPPlus.dll
Syntax
public static class Require

Methods

That<T>(T)

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

Declaration
public static ArgumentInfo<T> That<T>(T arg)
Parameters
Type Name Description
T arg

The argument to validate

Returns
Type Description
ArgumentInfo<T>
Type Parameters
Name Description
T
Back to top Generated by DocFX