C# Class ReSharper.DictionaryHelper.Patterns

Afficher le fichier Open project: hazzik/ReSharper.DictionaryHelper

Méthodes publiques

Méthode Description
GetMatchingContainsKey ( ITreeNode expression ) : IEnumerable
GetMatchingDictionaryAccess ( ITreeNode statement, ITreeNode dictionary, ITreeNode key ) : ITreeNode[]
Patterns ( ) : System.Collections.Generic

Private Methods

Méthode Description
AreSame ( ITreeNode x, ITreeNode y ) : bool
FindMatches ( IStructuralMatcher matcher, ITreeNode statement ) : IEnumerable
IsNotAssignmentDestination ( ITreeNode node ) : bool

Method Details

GetMatchingContainsKey() public méthode

public GetMatchingContainsKey ( ITreeNode expression ) : IEnumerable
expression ITreeNode
Résultat IEnumerable

GetMatchingDictionaryAccess() public méthode

public GetMatchingDictionaryAccess ( ITreeNode statement, ITreeNode dictionary, ITreeNode key ) : ITreeNode[]
statement ITreeNode
dictionary ITreeNode
key ITreeNode
Résultat ITreeNode[]

Patterns() public méthode

public Patterns ( ) : System.Collections.Generic
Résultat System.Collections.Generic