Click or drag to resize

ExtensionMethods.SortBindings 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.10.0.0 (5.10.0)
Syntax
public static void SortBindings(
	this IList<TemplateBindings> bindingsToUse,
	List<string> lastUsedTemplateBindings
)

Parameters

bindingsToUse
Type: System.Collections.Generic.IList<TemplateBindings>
The bindings to use.
lastUsedTemplateBindings
Type: System.Collections.Generic.List<String>
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 IList<TemplateBindings>. 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