Search Results for

    Show / Hide Table of Contents

    Class DebugUtil

    Inheritance
    System.Object
    DebugUtil
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.Util
    Assembly: cs.temp.dll.dll
    Syntax
    public static class DebugUtil

    Methods

    EnumerableToString<T>(IEnumerable<T>)

    複数オブジェクトの ToString をまとめて行い、結合した string を返します。

    Declaration
    public static string EnumerableToString<T>(IEnumerable<T> enumerable)
    Parameters
    Type Name Description
    IEnumerable<T> enumerable
    Returns
    Type Description
    System.String
    Type Parameters
    Name Description
    T
    In This Article
    Back to top PLATEAU SDK for Unity