C# Class ReSharper.Exceptional.Models.ExceptionDocCommentModel

Inheritance: ModelBase
Mostra file Open project: CSharpAnalyzers/ExceptionalReSharper Class Usage Examples

Public Methods

Method Description
Accept ( AnalyzerBase analyzer ) : void
ExceptionDocCommentModel ( DocCommentBlockModel documentationBlock, string exceptionType, string exceptionDescription, string accessor ) : System
GetMarkerRange ( ) : DocumentRange

Private Methods

Method Description
GetCommentRange ( ) : DocumentRange
GetExceptionType ( string exceptionType ) : IDeclaredType

Method Details

Accept() public method

public Accept ( AnalyzerBase analyzer ) : void
analyzer ReSharper.Exceptional.Analyzers.AnalyzerBase
return void

ExceptionDocCommentModel() public method

public ExceptionDocCommentModel ( DocCommentBlockModel documentationBlock, string exceptionType, string exceptionDescription, string accessor ) : System
documentationBlock DocCommentBlockModel
exceptionType string
exceptionDescription string
accessor string
return System

GetMarkerRange() public method

public GetMarkerRange ( ) : DocumentRange
return DocumentRange