C# 클래스 Microsoft.Cci.NameTable

A collection of IName instances that represent names that are commonly used during compilation.
상속: INameTable
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

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