C# Class ICSharpCode.NRefactory.CSharp.ForeachStatementCompleter

Inheritance: ConstructCompleter
Datei anzeigen Open project: 0xd4d/NRefactory

Public Methods

Method Description
TryFix ( ConstructFixer fixer, SyntaxTree syntaxTree, IDocument document, TextLocation location, int &newOffset ) : bool

Method Details

TryFix() public method

public TryFix ( ConstructFixer fixer, SyntaxTree syntaxTree, IDocument document, TextLocation location, int &newOffset ) : bool
fixer ConstructFixer
syntaxTree SyntaxTree
document IDocument
location TextLocation
newOffset int
return bool