Table of Contents

Class StringArrayExtensions

Namespace
Squiggles.Core.Extension
Assembly
SquigglesCommon4X.dll

SC4X System.Collection.Generic.Array(string)

public static class StringArrayExtensions
Inheritance
StringArrayExtensions
Inherited Members

Methods

ToDebugString(string[])

Produces a debugging string that can be printed like Godot.Array's would normally in GDScript I would love to adapt this to use generics so any type is valid but IDK how I would do that. I'm so tired.

public static string ToDebugString(this string[] arr)

Parameters

arr string[]

Returns

string