C# Class MixinRefactoring.ClassWithTypeSymbol

Inheritance: Class
显示文件 Open project: pgenfer/mixinSharp Class Usage Examples

Public Methods

Method Description
AsInterface ( ) : Interface
ClassWithTypeSymbol ( ) : Microsoft.CodeAnalysis

only for test cases, should not be used during production code

ClassWithTypeSymbol ( ITypeSymbol typeSymbol ) : Microsoft.CodeAnalysis

Method Details

AsInterface() public method

public AsInterface ( ) : Interface
return Interface

ClassWithTypeSymbol() public method

only for test cases, should not be used during production code
public ClassWithTypeSymbol ( ) : Microsoft.CodeAnalysis
return Microsoft.CodeAnalysis

ClassWithTypeSymbol() public method

public ClassWithTypeSymbol ( ITypeSymbol typeSymbol ) : Microsoft.CodeAnalysis
typeSymbol ITypeSymbol
return Microsoft.CodeAnalysis