C# Class CleanCode.Features.TooManyMethodArguments.TooManyArgumentsHighlighting

Inheritance: IHighlighting
Show file Open project: hhariri/CleanCode Class Usage Examples

Public Methods

Method Description
CalculateRange ( ) : DocumentRange
IsValid ( ) : bool
TooManyArgumentsHighlighting ( string toolTip, DocumentRange documentRange ) : CleanCode

Method Details

CalculateRange() public method

public CalculateRange ( ) : DocumentRange
return DocumentRange

IsValid() public method

public IsValid ( ) : bool
return bool

TooManyArgumentsHighlighting() public method

public TooManyArgumentsHighlighting ( string toolTip, DocumentRange documentRange ) : CleanCode
toolTip string
documentRange DocumentRange
return CleanCode