C# 클래스 Onism.Cldr.Tools.Subsetting.Decision

Represents a decision of how to handle a JSON token when subsetting is performed (to remove or not to remove).
파일 보기 프로젝트 열기: pgolebiowski/onism-cldr 1 사용 예제들

공개 메소드들

메소드 설명
Decision ( int time, bool remove )
GetNewer ( Decision a, Decision b ) : Decision

Gets the decision that has occured later in time.

메소드 상세

Decision() 공개 메소드

public Decision ( int time, bool remove )
time int
remove bool

GetNewer() 공개 정적인 메소드

Gets the decision that has occured later in time.
public static GetNewer ( Decision a, Decision b ) : Decision
a Decision
b Decision
리턴 Decision