C# Class ReSharper.DictionaryHelper.DictionaryContainsKeyWarning

Inheritance: IHighlighting
Mostra file Open project: hazzik/ReSharper.DictionaryHelper Class Usage Examples

Public Methods

Method Description
CalculateRange ( ) : DocumentRange
DictionaryContainsKeyWarning ( ICSharpStatement statement, ITreeNode dictionaryAccess, ITreeNode matchedElement, ITreeNode key, IExpression dictionary ) : JetBrains.DocumentModel
IsValid ( ) : bool

Method Details

CalculateRange() public method

public CalculateRange ( ) : DocumentRange
return DocumentRange

DictionaryContainsKeyWarning() public method

public DictionaryContainsKeyWarning ( ICSharpStatement statement, ITreeNode dictionaryAccess, ITreeNode matchedElement, ITreeNode key, IExpression dictionary ) : JetBrains.DocumentModel
statement ICSharpStatement
dictionaryAccess ITreeNode
matchedElement ITreeNode
key ITreeNode
dictionary IExpression
return JetBrains.DocumentModel

IsValid() public method

public IsValid ( ) : bool
return bool