C# Class CqlSharp.Serialization.CqlOrderAttribute

Inheritance: System.Attribute
Show file Open project: reuzel/CqlSharp

Public Methods

Method Description
CqlOrderAttribute ( int order ) : System

Initializes a new instance of the CqlOrderAttribute class.

Method Details

CqlOrderAttribute() public method

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