C# 클래스 YAXLib.YAXElementOrder

상속: YAXBaseAttribute
파일 보기 프로젝트 열기: sinairv/YAXLib

공개 메소드들

메소드 설명
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.

메소드 상세

YAXElementOrder() 공개 메소드

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.
리턴 System