C# Class Rubberduck.Refactorings.ExtractMethod.ExtractMethodModel

显示文件 Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
ExtractMethodModel ( IActiveCodePaneEditor editor, IEnumerable declarations, QualifiedSelection selection ) : System

Method Details

ExtractMethodModel() public method

public ExtractMethodModel ( IActiveCodePaneEditor editor, IEnumerable declarations, QualifiedSelection selection ) : System
editor IActiveCodePaneEditor
declarations IEnumerable
selection Rubberduck.VBEditor.QualifiedSelection
return System