CodeWriter.InNamespace method
namespace: Serenity.Reflection assembly: Serenity.Net.Core
Executes action by opening namespace if it is not null or empty
public void InNamespace(string ns, Action action)
| parameter | description |
|---|---|
| ns | Namespace |
| action | Action |
See Also
- class CodeWriter