C# 클래스 VersionExtensions, Obsolete

파일 보기 프로젝트 열기: Fody/Obsolete 1 사용 예제들

공개 메소드들

메소드 설명
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,