C# Class MixinRefactoring.Interface

representation of an interface that is implemented by a class. Currently, only the name of the interface is important to us
Datei anzeigen Open project: pgenfer/mixinSharp

Public Methods

Method Description
GetReducedTypeName ( Microsoft.CodeAnalysis.SemanticModel semantic, int positionInClass ) : string
Interface ( ITypeSymbol interfaceType ) : Microsoft.CodeAnalysis
ToString ( ) : string

Method Details

GetReducedTypeName() public method

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

Interface() public method

public Interface ( ITypeSymbol interfaceType ) : Microsoft.CodeAnalysis
interfaceType ITypeSymbol
return Microsoft.CodeAnalysis

ToString() public method

public ToString ( ) : string
return string