Summary
Marker interface for context objects passed to
IVersionConverter<T>
implementations.
- Namespace
- GitVersion
graph BT Type["IConverterContext"] class Type type-node
Syntax
public interface IConverterContext
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|