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

Inheritance: EditorCommandArgs
Exibir arquivo Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Methods

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

Method Details

GoToImplementationCommandArgs() public method

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