C# Class Mosa.Compiler.Pdb.PdbReadType

A read-only PDB type.
Inheritance: PdbType
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
PdbReadType ( PdbReader pdbReader, BinaryReader reader ) : System

Initializes a new instance of the PdbReadType class.

Method Details

PdbReadType() public méthode

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.
Résultat System