- Namespace
-
GitVersion
.VersionConverters - Interfaces
-
- IDisposable
- Implementing Types
Syntax
public interface IVersionConverter<in T> : IDisposable where T : IConverterContext
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Value | Summary |
---|---|---|
Execute |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|