Summary
Fors the specified types.
- Assembly
- Rocket
.Surgery .Build .Information .dll - Namespace
- Rocket
.Surgery .Build .Information - Containing Type
- GitVersion
Syntax
public static IDictionary<Assembly, GitVersion> For(IEnumerable<Type> types)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| types | IEnumerable |
The types. |
Return Value
| Type | Description |
|---|---|
| IDictionary |
IDictionary{Assembly, GitVersion}. |
