C# 클래스 MixinRefactoring.ConstructorSyntaxReader

simply checks if a class declaration contains a constructor.
상속: SyntaxWalkerWithSemantic
파일 보기 프로젝트 열기: pgenfer/mixinSharp

공개 메소드들

메소드 설명
ConstructorSyntaxReader ( IConstructorList constructors, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis.CSharp
VisitConstructorDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.ConstructorDeclarationSyntax node ) : void

메소드 상세

ConstructorSyntaxReader() 공개 메소드

public ConstructorSyntaxReader ( IConstructorList constructors, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis.CSharp
constructors IConstructorList
semantic Microsoft.CodeAnalysis.SemanticModel
리턴 Microsoft.CodeAnalysis.CSharp

VisitConstructorDeclaration() 공개 메소드

public VisitConstructorDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.ConstructorDeclarationSyntax node ) : void
node Microsoft.CodeAnalysis.CSharp.Syntax.ConstructorDeclarationSyntax
리턴 void