C# 클래스 AK.SolverTools.IntPair

파일 보기 프로젝트 열기: akuukka/ExpressionSolver

공개 프로퍼티들

프로퍼티 타입 설명
first int
second int

공개 메소드들

메소드 설명
IntPair ( int first, int second ) : System.Collections

메소드 상세

IntPair() 공개 메소드

public IntPair ( int first, int second ) : System.Collections
first int
second int
리턴 System.Collections

프로퍼티 상세

first 공개적으로 프로퍼티

public int first
리턴 int

second 공개적으로 프로퍼티

public int second
리턴 int