C# Class Mosa.Compiler.Pdb.PdbType

Mostrar archivo Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
PdbType ( BinaryReader reader ) : System.Collections.Generic

Initializes a new instance of the PdbType class.

Method Details

PdbType() protected method

Initializes a new instance of the PdbType class.
protected PdbType ( BinaryReader reader ) : System.Collections.Generic
reader System.IO.BinaryReader The reader to initialize From.
return System.Collections.Generic