C# Class CqlSharp.Serialization.CqlOrderAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
CqlOrderAttribute ( int order ) : System

Initializes a new instance of the CqlOrderAttribute class.

Method Details

CqlOrderAttribute() public méthode

Initializes a new instance of the CqlOrderAttribute class.
public CqlOrderAttribute ( int order ) : System
order int The order.
Résultat System