Edit<TNode> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an edit operation on a tree or a sequence of nodes.
generic <typename TNode>
public value class Edit : IEquatable<Microsoft::CodeAnalysis::Differencing::Edit<TNode>>
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
public struct Edit<TNode> : IEquatable<Microsoft.CodeAnalysis.Differencing.Edit<TNode>>
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
public readonly struct Edit<TNode> : IEquatable<Microsoft.CodeAnalysis.Differencing.Edit<TNode>>
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")>]
type Edit<'Node> = struct
Public Structure Edit(Of TNode)
Implements IEquatable(Of Edit(Of TNode))
Type Parameters
- TNode
Tree node.
- Inheritance
-
Edit<TNode>
- Attributes
- Implements
-
IEquatable<Edit<TNode>>
Properties
| Name | Description |
|---|---|
| Kind | |
| NewNode |
Insert: Inserted node. Delete: default(TNode) Move, Update: Node in the new tree/sequence. |
| OldNode |
Insert: default(TNode). Delete: Deleted node. Move, Update: Node in the old tree/sequence. |
Methods
| Name | Description |
|---|---|
| Equals(Edit<TNode>) | |
| Equals(Object) | |
| GetHashCode() | |