C# Класс FlatFiles.Window

Defines the location and width of a column in a fixed-length record.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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