Table of Contents

Class CollectionFlattener<T>

Namespace
OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly
Magicodes.EPPlus.dll
public abstract class CollectionFlattener<T>

Type Parameters

T
Inheritance
CollectionFlattener<T>
Derived
Inherited Members
Extension Methods

Constructors

CollectionFlattener()

protected CollectionFlattener()

Methods

FuncArgsToFlatEnumerable(IEnumerable<FunctionArgument>, Action<FunctionArgument, IList<T>>)

public virtual IEnumerable<T> FuncArgsToFlatEnumerable(IEnumerable<FunctionArgument> arguments, Action<FunctionArgument, IList<T>> convertFunc)

Parameters

arguments IEnumerable<FunctionArgument>
convertFunc Action<FunctionArgument, IList<T>>

Returns

IEnumerable<T>