This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NSwag.
Summary
Adds an additional namespace usage
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag .Settings - Containing Type
- C
Sharp Generator Settings Extensions
Syntax
public static CSharpGeneratorSettings AddNamespace(this CSharpGeneratorSettings settings, string ns)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | C |
The settings |
| ns | string | The namespace to add |
Return Value
| Type | Description |
|---|---|
| C |
The updated settings object |
