Microsoft.Cci.NameTable.NameTable C# (CSharp) Method

NameTable() public method

Allocates a collection of IName instances that represent names that are commonly used during compilation.
public NameTable ( ) : System
return System
    public NameTable() {
      emptyName = Dummy.Name;
      //^ base();
      emptyName = this.GetNameFor("");
    }