C# Class Pdelvo.Minecraft.Protocol.LastSupportedVersionAttribute

Inheritance: System.Attribute
Show file Open project: pdelvo/Pdelvo.Minecraft

Public Methods

Method Description
LastSupportedVersionAttribute ( int versionNumber, bool throwException = false ) : System

Initializes a new instance of the LastSupportedVersionAttribute class.

Method Details

LastSupportedVersionAttribute() public method

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].
return System