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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Loretta.CodeAnalysis.Lua
    Assembly: cs.temp.dll.dll
    Syntax
    public class VariableConflictError : RenameError, IEquatable<RenameError>, IEquatable<VariableConflictError>

    Constructors

    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

    VariableBeingConflictedWith

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

    Implements

    System.IEquatable<T>
    System.IEquatable<T>
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾