C# Class MixinRefactoring.InterfaceSyntaxReader

Inheritance: SyntaxWalkerWithSemantic
显示文件 Open project: pgenfer/mixinSharp

Public Methods

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

Method Details

InterfaceSyntaxReader() public method

public InterfaceSyntaxReader ( InterfaceList interfaces, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis
interfaces InterfaceList
semantic Microsoft.CodeAnalysis.SemanticModel
return Microsoft.CodeAnalysis

VisitSimpleBaseType() public method

public VisitSimpleBaseType ( SimpleBaseTypeSyntax node ) : void
node SimpleBaseTypeSyntax
return void