C# Class Calculator.Core.Better.Calculator

Show file Open project: ferventcoder/presentations

Public Methods

Method Description
Calculator ( IEnumerable operators ) : System.Collections.Generic
PerformOperation ( OperationType type, int left, int right ) : int

Method Details

Calculator() public method

public Calculator ( IEnumerable operators ) : System.Collections.Generic
operators IEnumerable
return System.Collections.Generic

PerformOperation() public method

public PerformOperation ( OperationType type, int left, int right ) : int
type OperationType
left int
right int
return int