C# Класс MixinRefactoring.Interface

representation of an interface that is implemented by a class. Currently, only the name of the interface is important to us
Показать файл Открыть проект

Открытые методы

Метод Описание
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