Open sandboxFocus

Method WithNamespace

WithNamespace(IAdviser<ICompilation>, string)

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

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

An adviser of the current compilation.

string name

The full namespace.

Returns
Type Description
IAdviser<INamespace>

An IAdviser<T> for the given namespace.