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

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

References CollectionExtensions.ToStringEnumerated< T >().

+ Here is the call graph for this function: