C# Class ReSharper.Exceptional.Utilities.NameFactory

Aids in creating names for code elements.
Afficher le fichier Open project: CSharpAnalyzers/ExceptionalReSharper

Méthodes publiques

Méthode Description
CatchVariableName ( ITreeNode treeNode, IDeclaredType exceptionType ) : string

Method Details

CatchVariableName() public static méthode

public static CatchVariableName ( ITreeNode treeNode, IDeclaredType exceptionType ) : string
treeNode ITreeNode
exceptionType IDeclaredType
Résultat string