C# 클래스 SemVer.PreReleaseVersion

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

공개 메소드들

메소드 설명
Clean ( string input ) : string
Compare ( string a, string b ) : int

비공개 메소드들

메소드 설명
IdentifierComparisons ( IEnumerable aIdentifiers, IEnumerable bIdentifiers ) : IEnumerable
Identifiers ( string input ) : IEnumerable
ZipIdentifiers ( IEnumerable first, IEnumerable second ) : Identifier>>.IEnumerable

메소드 상세

Clean() 공개 정적인 메소드

public static Clean ( string input ) : string
input string
리턴 string

Compare() 공개 정적인 메소드

public static Compare ( string a, string b ) : int
a string
b string
리턴 int