NameGenerator.CreateName(ITypeSymbol, Boolean) Method
Containing Type: NameGenerator
Assembly: Roslynator.Core.dll
Creates a syntax identifier from the specified type symbol.
public static string? CreateName(Microsoft.CodeAnalysis.ITypeSymbol typeSymbol, bool firstCharToLower = false)
Parameters
typeSymbol ITypeSymbol
firstCharToLower Boolean