CollectionExtensions.Debug_T_(thisIEnumerable_T_).md
July 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CollectionExtensions
CollectionExtensions.Debug(this IEnumerable) Method
Returns a string containing the System.Object.ToString for each component.
E.g "{ 1, 3, 7 }"
public static string Debug<T>(this System.Collections.Generic.IEnumerable<T> enumerable);
Type parameters
T
Parameters
enumerable System.Collections.Generic.IEnumerable<T>