Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ICSharpCode
NRefactory
CSharp
ThrowStatementCompleter
C# Class ICSharpCode.NRefactory.CSharp.ThrowStatementCompleter
Inheritance:
ConstructCompleter
Show file
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