C# Класс Fody.VersionResources.BinaryReaderExtensions

Provides extension methods for the BinaryReader class.
Показать файл Открыть проект

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

Метод Описание
ReadVersionInfo ( this reader ) : VersionInfo

Reads a VersionInfo object form the stream.

Описание методов

ReadVersionInfo() публичный статический Метод

Reads a VersionInfo object form the stream.
public static ReadVersionInfo ( this reader ) : VersionInfo
reader this /// The reader to read the data from. ///
Результат VersionInfo