Click or drag to resize

OutputSettingValuesContainerGetRealAdditionalNamespaces Method

Gets the real additional namespaces, which are the default namespaces defined in the project, together with the namespaces defined in this container, filtered on the ignored default namespaces

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public IEnumerable<string> GetRealAdditionalNamespaces(
	ITargetFrameworkHolder defaultsContainer
)

Parameters

defaultsContainer
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesITargetFrameworkHolder
The defaults container.

Return Value

Type: IEnumerableString
enumerable with the values requested
See Also