C# 클래스 kOS.Safe.Compilation.MLField

상속: System.Attribute
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
MLField ( int sortNumber, bool needReindex ) : System

When constructing an MLField attribute, it's important to give it a sort order to ensure that it comes out in the ML file in a predictable consistent order.

메소드 상세

MLField() 공개 메소드

When constructing an MLField attribute, it's important to give it a sort order to ensure that it comes out in the ML file in a predictable consistent order.
public MLField ( int sortNumber, bool needReindex ) : System
sortNumber int Sort the MLField by the order of these numbers
needReindex bool True if this is a numeric value that needs its value adjusted by the base code offset.
리턴 System