C# Class ReSharper.Exceptional.QuickFixes.SingleActionFix

Base class for all fixes that serves only one QuickFixBase.
Inheritance: QuickFixBase
ファイルを表示 Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
IsAvailable ( IUserDataHolder cache ) : bool

Determines whether the specified cache is available.

Method Details

IsAvailable() public method

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