Show / Hide Table of Contents

Class StringConcatStrategy

Inheritance
System.Object
CompileStrategy
StringConcatStrategy
Inherited Members
CompileStrategy._expression
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.ExpressionGraph.CompileStrategy
Assembly: EPPlus.dll
Syntax
public class StringConcatStrategy : CompileStrategy

Constructors

StringConcatStrategy(Expression)

Declaration
public StringConcatStrategy(Expression expression)
Parameters
Type Name Description
Expression expression

Methods

Compile()

Declaration
public override Expression Compile()
Returns
Type Description
Expression
Overrides
CompileStrategy.Compile()
In This Article
Back to top Generated by DocFX