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).
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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