C# 클래스 FlatFiles.Window

Defines the location and width of a column in a fixed-length record.
파일 보기 프로젝트 열기: jehugaleahsa/FlatFiles 1 사용 예제들

공개 메소드들

메소드 설명
Window ( int width ) : System

Initializes a new instance of a Window.

메소드 상세

Window() 공개 메소드

Initializes a new instance of a Window.
public Window ( int width ) : System
width int The maximum possible width of the column.
리턴 System