Class VariableConflictError
Represents a conflict with an existing variable.
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 SourceVariableConflictError(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 SourceVariableBeingConflictedWith
Declaration
public IVariable VariableBeingConflictedWith { get; set; }
Property Value
Type | Description |
---|---|
IVariable |
Implements
System.IEquatable<T>
System.IEquatable<T>