C# Class Fody.VersionResources.BinaryReaderExtensions

Provides extension methods for the BinaryReader class.
显示文件 Open project: Fody/Stamp

Public Methods

Method Description
ReadVersionInfo ( this reader ) : VersionInfo

Reads a VersionInfo object form the stream.

Method Details

ReadVersionInfo() public static method

Reads a VersionInfo object form the stream.
public static ReadVersionInfo ( this reader ) : VersionInfo
reader this /// The reader to read the data from. ///
return VersionInfo