C# Class Microsoft.Cci.NameTable

A collection of IName instances that represent names that are commonly used during compilation.
Inheritance: INameTable
显示文件 Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Property Type Description
GetNameFor IName

Public Methods

Method Description
NameTable ( ) : System

Allocates a collection of IName instances that represent names that are commonly used during compilation.

Private Methods

Method Description
GetNameFor ( string name ) : IName

Method Details

NameTable() public method

Allocates a collection of IName instances that represent names that are commonly used during compilation.
public NameTable ( ) : System
return System