C# Класс GammaJul.ReSharper.ForTea.Daemon.T4HighlightingProcess

Process that highlights block tags and missing token errors.
Наследование: GammaJul.ReSharper.ForTea.Daemon.T4DaemonStageProcess
Показать файл Открыть проект

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

Метод Описание
ProcessBeforeInterior ( ITreeNode element ) : void

Processes a node, before its descendants are processed.

Приватные методы

Метод Описание
GetHighlightingAttributeId ( [ element ) : string
T4HighlightingProcess ( [ file, [ daemonProcess ) : GammaJul.ReSharper.ForTea.Daemon.Highlightings

Описание методов

ProcessBeforeInterior() публичный Метод

Processes a node, before its descendants are processed.
public ProcessBeforeInterior ( ITreeNode element ) : void
element ITreeNode The node to process.
Результат void