C# 클래스 Pdelvo.Minecraft.Protocol.LastSupportedVersionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft

공개 메소드들

메소드 설명
LastSupportedVersionAttribute ( int versionNumber, bool throwException = false ) : System

Initializes a new instance of the LastSupportedVersionAttribute class.

메소드 상세

LastSupportedVersionAttribute() 공개 메소드

Initializes a new instance of the LastSupportedVersionAttribute class.
public LastSupportedVersionAttribute ( int versionNumber, bool throwException = false ) : System
versionNumber int The version number.
throwException bool if set to true [throw exception].
리턴 System