C# 클래스 YamlDotNet.Core.Version

Specifies the version of the YAML language.
파일 보기 프로젝트 열기: aaubry/YamlDotNet 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

Version ( int major, int minor ) : System

Initializes a new instance of the Version class.

메소드 상세

Equals() 공개 메소드

Determines whether the specified System.Object is equal to the current System.Object.
public Equals ( object obj ) : bool
obj object The System.Object to compare with the current System.Object.
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

Version() 공개 메소드

Initializes a new instance of the Version class.
public Version ( int major, int minor ) : System
major int The the major version number.
minor int The the minor version number.
리턴 System