Open sandboxFocus

Method WithChildNamespace

WithChildNamespace(IAdviser<INamespace>, string)

Gets an IAdviser<T> for a specific child namespace of the current namespace.

Declaration
public static IAdviser<INamespace> WithChildNamespace(this IAdviser<INamespace> adviser, string name)
Parameters
Type Name Description
IAdviser<INamespace> adviser

An adviser of the current namespace.

string name

The namespace, relatively to the current namespace. It can include periods to specify sub-namespaces.

Returns
Type Description
IAdviser<INamespace>

An IAdviser<T> for the child namespace.