Interface IAnalyzer<TKind>
- Namespace
- Dassie.CodeAnalysis
- Assembly
- dc.dll
The base interface for all Dassie code analyzers.
public interface IAnalyzer<out TKind>
Type Parameters
TKind
- Extension Methods
Properties
Name
Defines the name of the analyzer.
string Name { get; }