Click or drag to resize

ExtensionsCloneT Method

Copies a BindingBase

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static T Clone<T>(
	this T bindingBase
)
where T : BindingBase

Parameters

bindingBase
Type: T
The binding to clone

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Cauldron.XAML.Extensions.Clone``1(``0)"]

Return Value

Type: T
A new instance of

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . 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