C# Class Microsoft.CodeAnalysis.Editor.Commanding.Commands.SortAndRemoveUnnecessaryImportsCommandArgs

Inheritance: EditorCommandArgs
ファイルを表示 Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Methods

Method Description
SortAndRemoveUnnecessaryImportsCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System.Diagnostics.CodeAnalysis

Method Details

SortAndRemoveUnnecessaryImportsCommandArgs() public method

public SortAndRemoveUnnecessaryImportsCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System.Diagnostics.CodeAnalysis
textView ITextView
subjectBuffer ITextBuffer
return System.Diagnostics.CodeAnalysis