Click or drag to resize
DefaultsPerTargetElementTypeContainerInit Method
Initializes this instance, by clearing it first, the processing the target element types specified. It adds for each framework setting target element type a OutputSettingValuesContainer for "Defaults".

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void Init(
	HashSet<FrameworkSettingTargetElementType> toProcess
)

Parameters

toProcess
Type: System.Collections.GenericHashSetFrameworkSettingTargetElementType
To process, rest is skipped.
See Also