C# Class 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).
Datei anzeigen Open project: pgolebiowski/onism-cldr Class Usage Examples

Public Methods

Method Description
Decision ( int time, bool remove )
GetNewer ( Decision a, Decision b ) : Decision

Gets the decision that has occured later in time.

Method Details

Decision() public method

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

GetNewer() public static method

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