CodeWriter.InNamespace method

namespace: Serenity.Reflection   assemblySerenity.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