C# 클래스 Calculator.Core.Better.Calculator

파일 보기 프로젝트 열기: ferventcoder/presentations

공개 메소드들

메소드 설명
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