C# Class Pdelvo.Minecraft.Protocol.LastSupportedVersionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: pdelvo/Pdelvo.Minecraft

Méthodes publiques

Méthode Description
LastSupportedVersionAttribute ( int versionNumber, bool throwException = false ) : System

Initializes a new instance of the LastSupportedVersionAttribute class.

Method Details

LastSupportedVersionAttribute() public méthode

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].
Résultat System