Show / Hide Table of Contents

Interface IEvaluatesPipeDelegate

An object which evaluates a 'pipe' expression delegate and gets the result.

Namespace: ZptSharp.Expressions.PipeExpressions
Assembly: ZptSharp.dll
Syntax
public interface IEvaluatesPipeDelegate

Methods

| Improve this Doc View Source

EvaluateDelegate(Object, Object)

Evaluates the result of the pipe expression delegate and returns the result.

Declaration
object EvaluateDelegate(object source, object pipeDelegate)
Parameters
Type Name Description
System.Object source

The source object which is to be transformed by the delegate.

System.Object pipeDelegate

The delegate function which forms the pipe operation.

Returns
Type Description
System.Object

The transformed result of executing the pipe delegate with the source object as a parameter.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX