C# Class MixinRefactoring.ClassWithTypeSymbol

Inheritance: Class
Afficher le fichier Open project: pgenfer/mixinSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AsInterface ( ) : Interface
Résultat Interface

ClassWithTypeSymbol() public méthode

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

ClassWithTypeSymbol() public méthode

public ClassWithTypeSymbol ( ITypeSymbol typeSymbol ) : Microsoft.CodeAnalysis
typeSymbol ITypeSymbol
Résultat Microsoft.CodeAnalysis