C# Class YAXLib.YAXElementOrder

Inheritance: YAXBaseAttribute
Afficher le fichier Open project: sinairv/YAXLib

Méthodes publiques

Méthode Description
YAXElementOrder ( int order ) : System

Initializes a new instance of the YAXElementOrder class.

The element this applies to will be given priority in being serialized or deserialized depending on the relative value compared to other child elements.

Method Details

YAXElementOrder() public méthode

Initializes a new instance of the YAXElementOrder class.
The element this applies to will be given priority in being serialized or deserialized depending on the relative value compared to other child elements.
public YAXElementOrder ( int order ) : System
order int The priority of the element in serializing and deserializing.
Résultat System