Show / Hide Table of Contents

Method EvalCore

| Improve this Doc View Source

EvalCore(T, T)

Evaluates the expression against two operand values.

Declaration
protected abstract TResult EvalCore(T x, T y)
Parameters
Type Name Description
T x

The left operand value.

T y

The right operand value.

Returns
Type Description
TResult

The result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest