Search Results for

    Show / Hide Table of Contents

    Class VariableConflictError

    Represents a conflict with an existing variable.

    Inheritance
    System.Object
    RenameError
    VariableConflictError
    Implements
    System.IEquatable<RenameError>
    System.IEquatable<VariableConflictError>
    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 VariableConflictError : RenameError, IEquatable<RenameError>, IEquatable<VariableConflictError>

    Constructors

    | Improve this Doc View Source

    VariableConflictError(IVariable)

    Represents a conflict with an existing variable.

    Declaration
    public VariableConflictError(IVariable VariableBeingConflictedWith)
    Parameters
    Type Name Description
    IVariable VariableBeingConflictedWith

    The variable that is conflicted with.

    Properties

    | Improve this Doc View Source

    VariableBeingConflictedWith

    Declaration
    public IVariable VariableBeingConflictedWith { get; set; }
    Property Value
    Type Description
    IVariable

    Implements

    System.IEquatable<T>
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    • Constructors
      • VariableConflictError(IVariable)
    • Properties
      • VariableBeingConflictedWith
    • Implements
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾