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).
Afficher le fichier Open project: pgolebiowski/onism-cldr Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetNewer() public static méthode

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