C# Class ReSharper.Exceptional.QuickFixes.SingleActionFix

Base class for all fixes that serves only one QuickFixBase.
Inheritance: QuickFixBase
Afficher le fichier Open project: CSharpAnalyzers/ExceptionalReSharper

Méthodes publiques

Méthode Description
IsAvailable ( IUserDataHolder cache ) : bool

Determines whether the specified cache is available.

Method Details

IsAvailable() public méthode

Determines whether the specified cache is available.
public IsAvailable ( IUserDataHolder cache ) : bool
cache IUserDataHolder The cache.
Résultat bool