C# Class ReSharper.Exceptional.Utilities.NameFactory

Aids in creating names for code elements.
ファイルを表示 Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
CatchVariableName ( ITreeNode treeNode, IDeclaredType exceptionType ) : string

Method Details

CatchVariableName() public static method

public static CatchVariableName ( ITreeNode treeNode, IDeclaredType exceptionType ) : string
treeNode ITreeNode
exceptionType IDeclaredType
return string