- Namespace
-
GitVersion
.Git - Interfaces
graph BT Type-.->Interface0["IEquatable<IRefSpec>"]
Type-.->Interface1["IComparable<IRefSpec>"]
Type["IRefSpec"] class Type type-node
Syntax
public interface IRefSpec : IEquatable<IRefSpec>, IComparable<IRefSpec>
Properties
| Name | Value | Summary |
|---|---|---|
| Destination | string | |
| Direction | RefSpecDirection | |
| Source | string | |
| Specification | string |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|