Microsoft.Cci.NameTable.NameTable C# (CSharp) Méthode

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
    public NameTable() {
      emptyName = Dummy.Name;
      //^ base();
      emptyName = this.GetNameFor("");
    }