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.12.0.0 (5.12.0)
Syntaxpublic void ManageTypeShortcuts(
	IEnumerable<TypeShortcut> updatedTypeShortcuts
)
Public Sub ManageTypeShortcuts ( 
	updatedTypeShortcuts As IEnumerable(Of TypeShortcut)
)
Parameters
- updatedTypeShortcuts
 - Type: System.Collections.GenericIEnumerableTypeShortcut
The updated type shortcuts. These are copies of the originals in TypeShortcuts. 
See Also