- Namespace
- GitVersion
- Interfaces
-
- IDisposable
graph BT Type-.->Interface0["IDisposable"]
Type["IVersionConverter<T>"] class Type type-node
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 |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|