C# 클래스 Microsoft.DocAsCode.Build.Engine.XRefRedirectionReader

상속: IXRefContainerReader
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
Find ( string uid ) : XRefSpec

보호된 메소드들

메소드 설명
GetMap ( string name ) : IXRefContainer
XRefRedirectionReader ( string majorName, HashSet mapNames ) : System

비공개 메소드들

메소드 설명
AddRedirections ( string uid, Stack checkList, IXRefContainer current ) : void

메소드 상세

Find() 공개 메소드

public Find ( string uid ) : XRefSpec
uid string
리턴 XRefSpec

GetMap() 보호된 추상적인 메소드

protected abstract GetMap ( string name ) : IXRefContainer
name string
리턴 IXRefContainer

XRefRedirectionReader() 보호된 메소드

protected XRefRedirectionReader ( string majorName, HashSet mapNames ) : System
majorName string
mapNames HashSet
리턴 System