C# Класс Calculator.Core.Better.Calculator

Показать файл Открыть проект

Открытые методы

Метод Описание
Calculator ( IEnumerable operators ) : System.Collections.Generic
PerformOperation ( OperationType type, int left, int right ) : int

Описание методов

Calculator() публичный Метод

public Calculator ( IEnumerable operators ) : System.Collections.Generic
operators IEnumerable
Результат System.Collections.Generic

PerformOperation() публичный Метод

public PerformOperation ( OperationType type, int left, int right ) : int
type OperationType
left int
right int
Результат int