KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.API.Attributes.NamingUtilities Class Reference

A bundle of naming utilities More...

Static Public Member Functions

static string ToCSharpRepresentation (Type type, bool trimArgCount=true)
 Creates valid type name representation More...
 

Detailed Description

A bundle of naming utilities

Definition at line 20 of file NamingUtilities.cs.

Member Function Documentation

◆ ToCSharpRepresentation()

static string KlusterKite.API.Attributes.NamingUtilities.ToCSharpRepresentation ( Type  type,
bool  trimArgCount = true 
)
static

Creates valid type name representation

Original code:

Parameters
typeThe type
trimArgCountA value indicating whether to trim arguments count
Returns
A valid C# name

Definition at line 31 of file NamingUtilities.cs.


The documentation for this class was generated from the following file: