- Namespace
- GitVersion
- Interfaces
- Implementing Types
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 |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|