Click or drag to resize

ProjectManageTypeShortcuts Method

Manages the type shortcuts by updating the list of type shortcuts with the set passed in.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public void ManageTypeShortcuts(
	IEnumerable<TypeShortcut> updatedTypeShortcuts
)

Parameters

updatedTypeShortcuts
Type: System.Collections.GenericIEnumerableTypeShortcut
The updated type shortcuts. These are copies of the originals in TypeShortcuts.
See Also