AnalyzeCSharp.

WhereNamespaces(bool, string[]) Method

Summary

Limits symbols in the initial result set to those in the specified namespaces.
Assembly
Wyam.CodeAnalysis.dll
Namespace
Wyam.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WhereNamespaces(bool includeGlobal, params string[] namespaces)

Parameters

Name Type Description
includeGlobal bool If set to true, symbols in the unnamed global namespace are included.
namespaces string[] The namespaces to include symbols from (if namespaces is null, symbols from all namespaces are included).

Return Value

Type Description
AnalyzeCSharp The current module instance.
GitHub