SymbolRenameProgress Struct
Namespace: Roslynator.Rename
Assembly: Roslynator.Workspaces.Core.dll
Represents in information about renaming a symbol.
public readonly struct SymbolRenameProgress
Inheritance
Object → ValueType → SymbolRenameProgress
Properties
| Property | Summary |
|---|---|
| Exception | Exception that occurred during renaming. May be null. |
| NewName | New name of the symbol. |
| Result | /// Specifies if the rename operation succeeded or not. |
| Symbol | Symbols being renamed. |
Methods
| Method | Summary |
|---|---|
| Equals(Object) | (Inherited from ValueType) |
| GetHashCode() | (Inherited from ValueType) |
| GetType() | (Inherited from Object) |
| MemberwiseClone() | (Inherited from Object) |
| ToString() | (Inherited from ValueType) |