C# Class NerdBank.StyleCop.Rules.NerdBankRules

Inheritance: SourceAnalyzer
Afficher le fichier Open project: AArnott/nerdbank.stylecop.rules

Méthodes publiques

Méthode Description
AnalyzeDocument ( CodeDocument document ) : void

Analyzes a code file.

Method Details

AnalyzeDocument() public méthode

Analyzes a code file.
public AnalyzeDocument ( CodeDocument document ) : void
document CodeDocument The document to be analyzed.
Résultat void