C# Class NerdBank.StyleCop.Rules.NerdBankRules

Inheritance: SourceAnalyzer
Mostra file Open project: AArnott/nerdbank.stylecop.rules

Public Methods

Method Description
AnalyzeDocument ( CodeDocument document ) : void

Analyzes a code file.

Method Details

AnalyzeDocument() public method

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