Class CollectionExtensions
Extension methods for ICollection<T> objects.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class CollectionExtensions
Methods
Name | Description |
---|---|
Stringify<T>(ICollection<T>) | Creates a comma separated string of all elements in the collection. Each collection element is implicitly converted to a string and added to the list. |