C# 클래스 MixinRefactoring.Interface

representation of an interface that is implemented by a class. Currently, only the name of the interface is important to us
파일 보기 프로젝트 열기: pgenfer/mixinSharp

공개 메소드들

메소드 설명
GetReducedTypeName ( Microsoft.CodeAnalysis.SemanticModel semantic, int positionInClass ) : string
Interface ( ITypeSymbol interfaceType ) : Microsoft.CodeAnalysis
ToString ( ) : string

메소드 상세

GetReducedTypeName() 공개 메소드

public GetReducedTypeName ( Microsoft.CodeAnalysis.SemanticModel semantic, int positionInClass ) : string
semantic Microsoft.CodeAnalysis.SemanticModel
positionInClass int
리턴 string

Interface() 공개 메소드

public Interface ( ITypeSymbol interfaceType ) : Microsoft.CodeAnalysis
interfaceType ITypeSymbol
리턴 Microsoft.CodeAnalysis

ToString() 공개 메소드

public ToString ( ) : string
리턴 string