Summary
Represents the set of file paths changed between two tree objects.
- Namespace
-
GitVersion
.Git
graph BT Type["ITreeChanges"] class Type type-node
Syntax
public interface ITreeChanges
Properties
| Name | Value | Summary |
|---|---|---|
| Paths | IReadOnlyList |
Gets the paths of all files that were added, modified,
or deleted.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|