C# 클래스 Fody.VersionResources.BinaryReaderExtensions

Provides extension methods for the BinaryReader class.
파일 보기 프로젝트 열기: Fody/Stamp

공개 메소드들

메소드 설명
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