C# Class ReSharper.DictionaryHelper.DictionaryContainsKeyWarning

Inheritance: IHighlighting
Afficher le fichier Open project: hazzik/ReSharper.DictionaryHelper Class Usage Examples

Méthodes publiques

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

Method Details

CalculateRange() public méthode

public CalculateRange ( ) : DocumentRange
Résultat DocumentRange

DictionaryContainsKeyWarning() public méthode

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

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool