Skip to content

CodeWriter.InNamespace method

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