Table of Contents

Method ToCommaSeparatedList

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

ToCommaSeparatedList(IEnumerable<Type?>, string)

Convert a collection of Type objects into a comma-separated list for display purposes.

public static string ToCommaSeparatedList(this IEnumerable<Type?> types, string nullDisplay = "(null)")

Parameters

types IEnumerable<Type>
nullDisplay string

Returns

string