C# Класс Pdelvo.Minecraft.Protocol.LastSupportedVersionAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
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