C# Class Microsoft.DocAsCode.Metadata.ManagedReference.NameVisitorCreator

ファイルを表示 Open project: dotnet/docfx Class Usage Examples

Public Methods

Method Description
GetCSharp ( NameOptions option ) : NameVisitorCreator
GetName ( ISymbol symbol ) : string
GetVB ( NameOptions option ) : NameVisitorCreator

Protected Methods

Method Description
Create ( ) : NameVisitor
NameVisitorCreator ( ) : System

Method Details

Create() protected abstract method

protected abstract Create ( ) : NameVisitor
return NameVisitor

GetCSharp() public static method

public static GetCSharp ( NameOptions option ) : NameVisitorCreator
option NameOptions
return NameVisitorCreator

GetName() public method

public GetName ( ISymbol symbol ) : string
symbol ISymbol
return string

GetVB() public static method

public static GetVB ( NameOptions option ) : NameVisitorCreator
option NameOptions
return NameVisitorCreator

NameVisitorCreator() protected method

protected NameVisitorCreator ( ) : System
return System