C# 클래스 MixinRefactoring.ClassWithTypeSymbol

상속: Class
파일 보기 프로젝트 열기: pgenfer/mixinSharp 1 사용 예제들

공개 메소드들

메소드 설명
AsInterface ( ) : Interface
ClassWithTypeSymbol ( ) : Microsoft.CodeAnalysis

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

ClassWithTypeSymbol ( ITypeSymbol typeSymbol ) : Microsoft.CodeAnalysis

메소드 상세

AsInterface() 공개 메소드

public AsInterface ( ) : Interface
리턴 Interface

ClassWithTypeSymbol() 공개 메소드

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

ClassWithTypeSymbol() 공개 메소드

public ClassWithTypeSymbol ( ITypeSymbol typeSymbol ) : Microsoft.CodeAnalysis
typeSymbol ITypeSymbol
리턴 Microsoft.CodeAnalysis