C# Class MixinRefactoring.InterfaceSyntaxReader

Inheritance: SyntaxWalkerWithSemantic
Afficher le fichier Open project: pgenfer/mixinSharp

Méthodes publiques

Méthode Description
InterfaceSyntaxReader ( InterfaceList interfaces, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis
VisitSimpleBaseType ( SimpleBaseTypeSyntax node ) : void

Method Details

InterfaceSyntaxReader() public méthode

public InterfaceSyntaxReader ( InterfaceList interfaces, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis
interfaces InterfaceList
semantic Microsoft.CodeAnalysis.SemanticModel
Résultat Microsoft.CodeAnalysis

VisitSimpleBaseType() public méthode

public VisitSimpleBaseType ( SimpleBaseTypeSyntax node ) : void
node SimpleBaseTypeSyntax
Résultat void