C# 클래스 ReCommendedExtension.ContextActions.AnnotateWithPure

상속: AnnotateWithCodeAnnotation
파일 보기 프로젝트 열기: prodot/ReCommended-Extension

공개 메소드들

메소드 설명
AnnotateWithPure ( [ provider ) : System.Diagnostics

보호된 메소드들

메소드 설명
CanBeAnnotated ( IDeclaredElement declaredElement, ITreeNode context, IPsiModule module ) : bool
TryGetAttributeToReplace ( IAttributesOwnerDeclaration ownerDeclaration ) : IAttribute

메소드 상세

AnnotateWithPure() 공개 메소드

public AnnotateWithPure ( [ provider ) : System.Diagnostics
provider [
리턴 System.Diagnostics

CanBeAnnotated() 보호된 메소드

protected CanBeAnnotated ( IDeclaredElement declaredElement, ITreeNode context, IPsiModule module ) : bool
declaredElement IDeclaredElement
context ITreeNode
module IPsiModule
리턴 bool

TryGetAttributeToReplace() 보호된 메소드

protected TryGetAttributeToReplace ( IAttributesOwnerDeclaration ownerDeclaration ) : IAttribute
ownerDeclaration IAttributesOwnerDeclaration
리턴 IAttribute