![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Static Public Member Functions | |
static List< T > | RetainAll< T > (this List< T > list, List< T > collection) |
static IEnumerable< T > | AsRandom< T > (this IList< T > list) |
Randomises the order of any IList collection. More... | |
static string | JoinFormat< T > (this IEnumerable< T > list, string separator, string formatString) |
Returns a string representation of this collection. The string representation consists of a list of the collection's elements in the order they are returned by its iterator, enclosed in square brackets ("[]"). Adjacent elements are separated by the characters ", " (comma and space). More... | |
|
static |
Randomises the order of any IList collection.
T |
list |
|
static |
Returns a string representation of this collection. The string representation consists of a list of the collection's elements in the order they are returned by its iterator, enclosed in square brackets ("[]"). Adjacent elements are separated by the characters ", " (comma and space).
list | |
separator | |
formatString |