C# Class Microsoft.DocAsCode.Build.Engine.XRefRedirectionReader

Inheritance: IXRefContainerReader
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
Find ( string uid ) : XRefSpec

Méthodes protégées

Méthode Description
GetMap ( string name ) : IXRefContainer
XRefRedirectionReader ( string majorName, HashSet mapNames ) : System

Private Methods

Méthode Description
AddRedirections ( string uid, Stack checkList, IXRefContainer current ) : void

Method Details

Find() public méthode

public Find ( string uid ) : XRefSpec
uid string
Résultat XRefSpec

GetMap() protected abstract méthode

protected abstract GetMap ( string name ) : IXRefContainer
name string
Résultat IXRefContainer

XRefRedirectionReader() protected méthode

protected XRefRedirectionReader ( string majorName, HashSet mapNames ) : System
majorName string
mapNames HashSet
Résultat System