うにてぃブログ

主にUnityとC#に関する記事を書いていきます

2020-06-13から1日間の記事一覧

【C#】配列をString化して返す

C#

using System.Collections.Generic; public static class ListUtil { public static string Display<T>(this IList<T> self) { if (self == null || self.Count <= 0) return ""; var builder = new System.Text.StringBuilder(); builder.AppendLine("[Display IL</t></t>…