Photon Quantum 3.0.0

Public Member Functions | List of all members
LastSupportedVersionAttribute Class Reference

Marks the last Quantum version that supports the attributed type/method/property/field. More...

Inherits Attribute.

Public Member Functions

 LastSupportedVersionAttribute (string version)
 Initializes a new instance of the LastSupportedVersionAttribute class with the specified version. More...
 

Detailed Description

Marks the last Quantum version that supports the attributed type/method/property/field.

Constructor & Destructor Documentation

◆ LastSupportedVersionAttribute()

LastSupportedVersionAttribute.LastSupportedVersionAttribute ( string  version)
inline

Initializes a new instance of the LastSupportedVersionAttribute class with the specified version.

Parameters
versionThe last supported version.