Click or drag to resize

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)
Syntax
public IEnumerable<string> GetRealAdditionalInterfaces(
	ITargetFrameworkHolder defaultsContainer
)

Parameters

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

Return Value

Type: IEnumerableString
enumerable with the values requested
See Also