C# 클래스 Microsoft.DocAsCode.Metadata.ManagedReference.NameVisitorCreator

파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
GetCSharp ( NameOptions option ) : NameVisitorCreator
GetName ( ISymbol symbol ) : string
GetVB ( NameOptions option ) : NameVisitorCreator

보호된 메소드들

메소드 설명
Create ( ) : NameVisitor
NameVisitorCreator ( ) : System

메소드 상세

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

protected abstract Create ( ) : NameVisitor
리턴 NameVisitor

GetCSharp() 공개 정적인 메소드

public static GetCSharp ( NameOptions option ) : NameVisitorCreator
option NameOptions
리턴 NameVisitorCreator

GetName() 공개 메소드

public GetName ( ISymbol symbol ) : string
symbol ISymbol
리턴 string

GetVB() 공개 정적인 메소드

public static GetVB ( NameOptions option ) : NameVisitorCreator
option NameOptions
리턴 NameVisitorCreator

NameVisitorCreator() 보호된 메소드

protected NameVisitorCreator ( ) : System
리턴 System