C# Class Rubberduck.Inspections.SetObjectVariableQuickFix

Inheritance: CodeInspectionQuickFix
Exibir arquivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
Fix ( ) : void
SetObjectVariableQuickFix ( IdentifierReference reference ) : System.Collections.Generic

Method Details

Fix() public method

public Fix ( ) : void
return void

SetObjectVariableQuickFix() public method

public SetObjectVariableQuickFix ( IdentifierReference reference ) : System.Collections.Generic
reference Rubberduck.Parsing.Symbols.IdentifierReference
return System.Collections.Generic