OutputSettingValuesContainerGetRealAdditionalInterfaces Method  | 
 
            Gets the real additional interfaces, which are the default interfaces defined in the defaults container, together with the interfaces
            defined in this container, filtered on the ignored default interfaces
            
 
    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)
Syntaxpublic IEnumerable<string> GetRealAdditionalInterfaces(
	ITargetFrameworkHolder defaultsContainer
)
Public Function GetRealAdditionalInterfaces ( 
	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