Click or drag to resize

OutputSettingValuesContainer.GetRealAttributes 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.Interfaces.ITargetFrameworkHolder
The defaults container.

Return Value

Type: IEnumerable<String>
enumerable with the values requested
See Also