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.8.0.0 (5.8.21.0208)
Syntax public IEnumerable<string> GetRealAdditionalNamespaces(
ITargetFrameworkHolder defaultsContainer
)
Public Function GetRealAdditionalNamespaces (
defaultsContainer As ITargetFrameworkHolder
) As IEnumerable(Of String)
Parameters
- defaultsContainer
- Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesITargetFrameworkHolder
The defaults container.
Return Value
Type:
IEnumerableString
enumerable with the values requested
See Also