docs.unity3d.com
    Show / Hide Table of Contents

    Class CSharpNameUtility

    Inheritance
    Object
    CSharpNameUtility
    Namespace: Unity.VisualScripting
    Syntax
    public static class CSharpNameUtility

    Fields

    operators

    Declaration
    public static readonly Dictionary<string, string> operators
    Field Value
    Type Description
    Dictionary<String, String>

    Methods

    CSharpFileName(Type, Boolean, Boolean)

    Declaration
    public static string CSharpFileName(this Type type, bool includeNamespace, bool includeGenericParameters = false)
    Parameters
    Type Name Description
    Type type
    Boolean includeNamespace
    Boolean includeGenericParameters
    Returns
    Type Description
    String

    CSharpFullName(Type, Boolean)

    Declaration
    public static string CSharpFullName(this Type type, bool includeGenericParameters = true)
    Parameters
    Type Name Description
    Type type
    Boolean includeGenericParameters
    Returns
    Type Description
    String

    CSharpName(MemberInfo, ActionDirection)

    Declaration
    public static string CSharpName(this MemberInfo member, ActionDirection direction)
    Parameters
    Type Name Description
    MemberInfo member
    ActionDirection direction
    Returns
    Type Description
    String

    CSharpName(Type, Boolean)

    Declaration
    public static string CSharpName(this Type type, bool includeGenericParameters = true)
    Parameters
    Type Name Description
    Type type
    Boolean includeGenericParameters
    Returns
    Type Description
    String

    CSharpUniqueName(Type, Boolean)

    Declaration
    public static string CSharpUniqueName(this Type type, bool includeGenericParameters = true)
    Parameters
    Type Name Description
    Type type
    Boolean includeGenericParameters
    Returns
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023