C# Class Microsoft.Cci.NameTable

A collection of IName instances that represent names that are commonly used during compilation.
Inheritance: INameTable
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description
GetNameFor IName

Méthodes publiques

Méthode Description
NameTable ( ) : System

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

Private Methods

Méthode Description
GetNameFor ( string name ) : IName

Method Details

NameTable() public méthode

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