Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 910 Bytes

File metadata and controls

30 lines (23 loc) · 910 Bytes

System


TypeExtensions

Extension methods for System.Type that provide API-specific naming functionality.

public static class TypeExtensions

Static Methods

GetApiName

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