docs.unity.cn
    Show / Hide Table of Contents

    Method IsNull

    IsNull<T>(T)

    Declaration
    [Conditional("UNITY_ASSERTIONS")]
    public static void IsNull<T>(T value)
        where T : class
    Parameters
    Type Name Description
    T value
    Type Parameters
    Name Description
    T

    IsNull<T>(T, String)

    Declaration
    [Conditional("UNITY_ASSERTIONS")]
    public static void IsNull<T>(T value, string message)
        where T : class
    Parameters
    Type Name Description
    T value
    String message
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use