Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
NetBase
Storage
TableHeader
C# Класс NetBase.Storage.TableHeader
This class stores info about the table. You can really see the dbf heritage here... everything's an Int16. No bounds checking so some really small hard limits
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
BinRead
(
BinaryReader
br
) :
void
BinWrite
(
BinaryWriter
bw
) :
void
Описание методов
BinRead()
публичный
Метод
public
BinRead
(
BinaryReader
br
) :
void
br
System.IO.BinaryReader
Результат
void
BinWrite()
публичный
Метод
public
BinWrite
(
BinaryWriter
bw
) :
void
bw
System.IO.BinaryWriter
Результат
void