◆ ToStringEnumerated< T >() [1/2]

static string ToStringEnumerated< T > ( this IEnumerable< T >  list)
static
Template Parameters
TType of enumeration
Parameters
listinstance of element in the enumeration. All elements in here will be converted to strings and added to the output
Returns
output is in the format : { element0, element1,..., elementMax} where each element is drawn by its ToString function

Referenced by CollectionExtensions.ToStringEnumerated< T >().

+ Here is the caller graph for this function: