Search Results for

    Show / Hide Table of Contents

    Class IdentifierNameNotSupportedError

    An error that represents the provided identifier not being supported in a provided tree.

    Inheritance
    System.Object
    RenameError
    IdentifierNameNotSupportedError
    Implements
    System.IEquatable<RenameError>
    System.IEquatable<IdentifierNameNotSupportedError>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Loretta.CodeAnalysis.Lua
    Assembly: Loretta.CodeAnalysis.Lua.dll
    Syntax
    public class IdentifierNameNotSupportedError : RenameError, IEquatable<RenameError>, IEquatable<IdentifierNameNotSupportedError>

    Constructors

    | Improve this Doc View Source

    IdentifierNameNotSupportedError(SyntaxTree)

    An error that represents the provided identifier not being supported in a provided tree.

    Declaration
    public IdentifierNameNotSupportedError(SyntaxTree TreeWithoutSupport)
    Parameters
    Type Name Description
    SyntaxTree TreeWithoutSupport

    The the identifier name is not supported on.

    Properties

    | Improve this Doc View Source

    TreeWithoutSupport

    Declaration
    public SyntaxTree TreeWithoutSupport { get; set; }
    Property Value
    Type Description
    SyntaxTree

    Implements

    System.IEquatable<T>
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾