C# Class Mosa.Compiler.Pdb.PdbReadType

A read-only PDB type.
Inheritance: PdbType
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
PdbReadType ( PdbReader pdbReader, BinaryReader reader ) : System

Initializes a new instance of the PdbReadType class.

Method Details

PdbReadType() public method

Initializes a new instance of the PdbReadType class.
public PdbReadType ( PdbReader pdbReader, BinaryReader reader ) : System
pdbReader PdbReader The PDB reader.
reader System.IO.BinaryReader The reader.
return System