Microsoft.Cci.NameTable.NameTable C# (CSharp) Метод

NameTable() публичный Метод

Allocates a collection of IName instances that represent names that are commonly used during compilation.
public NameTable ( ) : System
Результат System
    public NameTable() {
      emptyName = Dummy.Name;
      //^ base();
      emptyName = this.GetNameFor("");
    }