Click or drag to resize
ExtensionMethodsSortBindings Method
Sorts the bindings to use, in place.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static void SortBindings(
	this IList<TemplateBindings> bindingsToUse,
	List<string> lastUsedTemplateBindings
)

Parameters

bindingsToUse
Type: System.Collections.GenericIListTemplateBindings
The bindings to use.
lastUsedTemplateBindings
Type: System.Collections.GenericListString
The last used template bindings.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IListTemplateBindings. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also