C# Класс Microsoft.Cci.NameTable

A collection of IName instances that represent names that are commonly used during compilation.
Наследование: INameTable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetNameFor IName

Открытые методы

Метод Описание
NameTable ( ) : System

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

Приватные методы

Метод Описание
GetNameFor ( string name ) : IName

Описание методов

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

Allocates a collection of IName instances that represent names that are commonly used during compilation.
public NameTable ( ) : System
Результат System