C# Класс VersionExtensions, Obsolete

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Decrement ( this target, StepType stepType ) : SemanticVersion,
Increment ( this target, StepType stepType ) : SemanticVersion,
OrZero ( this target ) : int
ToSemVer ( this target ) : SemanticVersion,

Описание методов

Decrement() публичный статический Метод

public static Decrement ( this target, StepType stepType ) : SemanticVersion,
target this
stepType StepType
Результат SemanticVersion,

Increment() публичный статический Метод

public static Increment ( this target, StepType stepType ) : SemanticVersion,
target this
stepType StepType
Результат SemanticVersion,

OrZero() публичный статический Метод

public static OrZero ( this target ) : int
target this
Результат int

ToSemVer() публичный статический Метод

public static ToSemVer ( this target ) : SemanticVersion,
target this
Результат SemanticVersion,