C# Class VBSharper.Plugins.QuickFixes.RemoveByValKeyword.RemoveByValKeywordHighlighting

Inheritance: VBHighlightingBase, IHighlighting
显示文件 Open project: ThatShawGuy/VBSharper Class Usage Examples

Public Methods

Method Description
CalculateRange ( ) : DocumentRange
IsValid ( ) : bool
RemoveByValKeywordHighlighting ( ITokenNode tokenNode ) : System

Method Details

CalculateRange() public method

public CalculateRange ( ) : DocumentRange
return DocumentRange

IsValid() public method

public IsValid ( ) : bool
return bool

RemoveByValKeywordHighlighting() public method

public RemoveByValKeywordHighlighting ( ITokenNode tokenNode ) : System
tokenNode ITokenNode
return System