Click or drag to resize
OutputSettingValuesContainer.GetRealAdditionalNamespaces 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.2.0.0 (5.2.17.0403)
Syntax
public IEnumerable<string> GetRealAdditionalNamespaces(
	ITargetFrameworkHolder defaultsContainer
)

Parameters

defaultsContainer
Type: SD.LLBLGen.Pro.ApplicationCore.Interfaces.ITargetFrameworkHolder
The defaults container.

Return Value

Type: IEnumerable<String>
enumerable with the values requested
See Also