![]() |
Nuke.Cola
|
Static Public Member Functions | |
| static ? ExportManifest | Combine (this ExportManifest? self, IEnumerable< ExportManifest >? others) |
| Combine input export manifests together into given one. If given is null, the first one will be cloned from the others-. | |
Definition at line 190 of file ExportManifest.cs.
|
static |
Combine input export manifests together into given one. If given is null, the first one will be cloned from the others-.
self, or the first valid export manifest in others. For this reason the return object might not be the same as self if self was originally null. Definition at line 200 of file ExportManifest.cs.