Extension methods for System.Type that provide API-specific naming functionality.
public static class TypeExtensions
string GetApiName(this Type type, bool removeLastVerb = False)Summary: Gets a human-readable API name from the type's assembly.
Parameters:
type- The type.
removeLastVerb- If true, removes the last word from the beautified assembly name.Returns: A formatted API name derived from the type's assembly name.
Generated by MarkdownCodeDoc version 1.2