C# Класс ReCommendedExtension.ContextActions.AnnotateWithPure

Наследование: AnnotateWithCodeAnnotation
Показать файл Открыть проект

Открытые методы

Метод Описание
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