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