docs.unity.cn
    Show / Hide Table of Contents

    Method Is

    Is(ITypeSymbol, String, Boolean)

    Declaration
    public static bool Is(this ITypeSymbol symbol, string fullyQualifiedName, bool checkBaseType = true)
    Parameters
    Type Name Description
    ITypeSymbol symbol
    String fullyQualifiedName
    Boolean checkBaseType
    Returns
    Type Description
    Boolean

    Is(ITypeSymbol, String, String, Boolean)

    Declaration
    public static bool Is(this ITypeSymbol symbol, string nameSpace, string typeName, bool checkBaseType = true)
    Parameters
    Type Name Description
    ITypeSymbol symbol
    String nameSpace
    String typeName
    Boolean checkBaseType
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use