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

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

공개 메소드들

메소드 설명
GetSpecId ( ISymbol symbol, IReadOnlyList typeGenericParameters, IReadOnlyList methodGenericParameters = null ) : string

비공개 메소드들

메소드 설명
SpecExtensionMethodReceiverType ( IMethodSymbol symbol, string id ) : string

spec extension method's receiver type. for below overload: M(this A), M(this A, A), AddReference applies to the first method and AddSpecReference applies to the second method might get same id without prepending receiver type.

SpecMethodGenericParameter ( IMethodSymbol symbol, string id ) : string
SpecMethodGenericParameter ( IReadOnlyList names, string id ) : string
SpecTypeGenericParameter ( IReadOnlyList names, string id ) : string

메소드 상세

GetSpecId() 공개 정적인 메소드

public static GetSpecId ( ISymbol symbol, IReadOnlyList typeGenericParameters, IReadOnlyList methodGenericParameters = null ) : string
symbol ISymbol
typeGenericParameters IReadOnlyList
methodGenericParameters IReadOnlyList
리턴 string