Click or drag to resize

OutputSettingValuesContainerGetRealAttributes Method

Gets the real attributes, which are the default attributes defined in the project, together with the attributes defined in this container, filtered on the ignored default attributes

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> GetRealAttributes(
	ITargetFrameworkHolder defaultsContainer
)

Parameters

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

Return Value

Type: IEnumerableString
enumerable with the values requested
See Also