Click or drag to resize
OutputSettingValuesContainer.GetRealAdditionalInterfaces 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.0.0.0 (5.0.0)
Syntax
public IEnumerable<string> GetRealAdditionalInterfaces(
	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